Spaces:
Runtime error
Runtime error
traversaal-ai
commited on
Commit
•
f9bd855
1
Parent(s):
b1cf6ea
Update requirements.txt
Browse files- requirements.txt +10 -4
requirements.txt
CHANGED
@@ -1,4 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/unslothai/unsloth.git#egg=unsloth[colab-new]
|
2 |
+
xformers==0.0.27; python_version < '3.11'
|
3 |
+
xformers; python_version >= '3.11'
|
4 |
+
trl<0.9.0
|
5 |
+
peft
|
6 |
+
accelerate
|
7 |
+
bitsandbytes
|
8 |
+
triton
|
9 |
+
transformers<4.45.0
|
10 |
+
gradio
|