Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
unsloth[cu118] @ git+https://github.com/unslothai/unsloth.git
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
5 |
gradio>=5.0.0
|
6 |
huggingface-hub>=0.22.0
|
7 |
numpy
|
|
|
1 |
unsloth[cu118] @ git+https://github.com/unslothai/unsloth.git
|
2 |
+
torch==2.1.2
|
3 |
+
xformers==0.0.23.post1
|
4 |
+
bitsandbytes==0.43.1
|
5 |
+
transformers==4.40.0
|
6 |
+
accelerate==0.29.0
|
7 |
gradio>=5.0.0
|
8 |
huggingface-hub>=0.22.0
|
9 |
numpy
|