Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
|
2 |
-
accelerate
|
3 |
-
unsloth
|
4 |
-
bitsandbytes
|
5 |
-
gradio==4.38.1
|
6 |
-
spaces
|
7 |
torch
|
8 |
-
|
|
|
|
|
|
|
|
1 |
+
transformers
|
|
|
|
|
|
|
|
|
|
|
2 |
torch
|
3 |
+
gradio
|
4 |
+
accelerate>=0.26.0
|
5 |
+
peft
|
6 |
+
bitsandbytes
|