fix: pin transformers and huggingface-hub to local working versions
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -3,8 +3,8 @@ uvicorn[standard]==0.30.6
|
|
| 3 |
python-multipart==0.0.9
|
| 4 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 5 |
torch==2.3.1+cpu
|
| 6 |
-
transformers==
|
| 7 |
-
huggingface-hub==
|
| 8 |
safetensors==0.4.4
|
| 9 |
Pillow==10.4.0
|
| 10 |
opencv-python-headless==4.10.0.84
|
|
|
|
| 3 |
python-multipart==0.0.9
|
| 4 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 5 |
torch==2.3.1+cpu
|
| 6 |
+
transformers==5.8.1
|
| 7 |
+
huggingface-hub==1.12.0
|
| 8 |
safetensors==0.4.4
|
| 9 |
Pillow==10.4.0
|
| 10 |
opencv-python-headless==4.10.0.84
|