Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn[standard]==0.23.2
|
| 3 |
-
# CPU-only PyTorch
|
| 4 |
torch==2.1.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
| 5 |
transformers==4.34.0
|
| 6 |
numpy<2
|
| 7 |
pydantic==2.5.0
|
| 8 |
-
|
|
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn[standard]==0.23.2
|
| 3 |
+
# Use official CPU-only PyTorch wheel
|
| 4 |
torch==2.1.0+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
| 5 |
transformers==4.34.0
|
| 6 |
numpy<2
|
| 7 |
pydantic==2.5.0
|
| 8 |
+
|