Spaces:
Sleeping
Sleeping
fix: upgrade torch to 2.5.1+cpu to match transformers 5.8.1 requirement
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,7 @@ fastapi==0.115.0
|
|
| 2 |
uvicorn[standard]==0.30.6
|
| 3 |
python-multipart==0.0.9
|
| 4 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 5 |
-
torch==2.
|
| 6 |
transformers==5.8.1
|
| 7 |
huggingface-hub==1.12.0
|
| 8 |
safetensors==0.4.4
|
|
|
|
| 2 |
uvicorn[standard]==0.30.6
|
| 3 |
python-multipart==0.0.9
|
| 4 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 5 |
+
torch==2.5.1+cpu
|
| 6 |
transformers==5.8.1
|
| 7 |
huggingface-hub==1.12.0
|
| 8 |
safetensors==0.4.4
|