Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
|
2 |
unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git
|
3 |
-
xformers
|
4 |
-
peft
|
5 |
-
trl
|
6 |
-
transformers
|
7 |
-
bitsandbytes
|
8 |
-
accelerate
|
|
|
1 |
|
2 |
unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git
|
3 |
+
xformers==0.0.26.post1
|
4 |
+
peft==0.11.1
|
5 |
+
trl==0.9.4
|
6 |
+
transformers==4.41.2
|
7 |
+
bitsandbytes==0.43.1
|
8 |
+
accelerate==0.31.0
|