Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,15 +1,13 @@
|
|
|
|
1 |
transformers
|
2 |
accelerate
|
3 |
bitsandbytes
|
4 |
-
unsloth@git+https://github.com/unslothai/unsloth.git
|
5 |
xformers
|
6 |
peft
|
7 |
-
datasets
|
8 |
trl
|
9 |
gradio
|
10 |
spaces
|
11 |
optimum
|
12 |
playsound
|
13 |
pydub
|
14 |
-
requests
|
15 |
-
base64
|
|
|
1 |
+
unsloth@git+https://github.com/unslothai/unsloth.git
|
2 |
transformers
|
3 |
accelerate
|
4 |
bitsandbytes
|
|
|
5 |
xformers
|
6 |
peft
|
|
|
7 |
trl
|
8 |
gradio
|
9 |
spaces
|
10 |
optimum
|
11 |
playsound
|
12 |
pydub
|
13 |
+
requests
|
|