Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,9 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
|
| 4 |
-
pydantic
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
numpy
|
| 11 |
-
python-dotenv
|
| 12 |
-
sentencepiece
|
| 13 |
-
accelerate
|
| 14 |
-
openai
|
|
|
|
| 1 |
+
fastapi==0.115.6
|
| 2 |
+
uvicorn==0.32.1
|
| 3 |
+
pydantic==2.10.5
|
| 4 |
+
pydantic-settings==2.7.1
|
| 5 |
+
torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu
|
| 6 |
+
transformers==4.48.1
|
| 7 |
+
huggingface-hub==0.26.5
|
| 8 |
+
bitsandbytes==0.44.1
|
| 9 |
+
accelerate==1.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|