Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
tiktoken
|
| 2 |
-
sentencepiece
|
| 3 |
torch
|
| 4 |
-
|
|
|
|
| 5 |
huggingface_hub
|
| 6 |
gradio[mcp]>=5.29.0
|
| 7 |
-
accelerate
|
| 8 |
-
spaces
|
| 9 |
python-multipart
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
+
transformers
|
| 3 |
+
accelerate
|
| 4 |
huggingface_hub
|
| 5 |
gradio[mcp]>=5.29.0
|
|
|
|
|
|
|
| 6 |
python-multipart
|
| 7 |
+
spaces
|