Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
2 |
gradio
|
3 |
torch
|
4 |
transformers
|
|
|
1 |
+
huggingface_hub
|
2 |
+
"unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
3 |
+
"xformers<0.0.27"
|
4 |
+
"trl<0.9.0"
|
5 |
+
accelerate
|
6 |
+
bitsandbytes
|
7 |
gradio
|
8 |
torch
|
9 |
transformers
|