thinh111 commited on
Commit
d5b6f88
Β·
verified Β·
1 Parent(s): 4929447

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +3 -2
model.py CHANGED
@@ -1,5 +1,6 @@
1
- pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
2
- pip install --no-deps xformers "trl<0.9.0" peft accelerate bitsandbytes
 
3
 
4
 
5
  from unsloth import FastLanguageModel
 
1
+ import os
2
+ os.system("pip install 'unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git'")
3
+ os.system("pip install --no-deps xformers "trl<0.9.0" peft accelerate bitsandbytes")
4
 
5
 
6
  from unsloth import FastLanguageModel