Spaces:
Runtime error
Runtime error
Update model.py
Browse files
model.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
2 |
-
pip install
|
|
|
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
|