Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
fastapi==0.115.0
|
2 |
-
pydantic==2.9.2
|
3 |
-
uvicorn==0.30.6
|
4 |
-
transformers==4.44.2
|
5 |
-
torch==2.4.1
|
6 |
-
accelerate==0.33.0
|
7 |
gunicorn==22.0.0
|
8 |
httpx
|
9 |
-
asyncio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
gunicorn==22.0.0
|
2 |
httpx
|
3 |
+
asyncio
|
4 |
+
fastapi==0.95.2
|
5 |
+
uvicorn==0.22.0
|
6 |
+
transformers==4.28.1
|
7 |
+
accelerate==0.18.0
|
8 |
+
torch==2.0.0+cpu # Explicit CPU version
|
9 |
+
sentencepiece==0.1.99 # Required for Qwen tokenizer
|