Subh775 commited on
Commit
128d10c
·
verified ·
1 Parent(s): 0b1894c

Update longchat_instructions.py

Browse files
Files changed (1) hide show
  1. longchat_instructions.py +4 -1
longchat_instructions.py CHANGED
@@ -1,5 +1,8 @@
1
- # !pip install unsloth #(install unsloth if not installed)
 
2
 
 
 
3
  from unsloth import FastLanguageModel
4
  import torch
5
 
 
1
+ #Use this script to chat with "mistral-7b-medical-o1-ft" that answers your questions until you type '\q' or 'quit' to end the conversation.
2
+
3
 
4
+ # !pip install unsloth #(install unsloth if not installed)
5
+
6
  from unsloth import FastLanguageModel
7
  import torch
8