Spaces:
Running on T4
Running on T4
Use transformers 4.x due to breaking changes
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -17,5 +17,6 @@ tqdm
|
|
| 17 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 18 |
torch<2.6
|
| 19 |
torchvision
|
| 20 |
-
transformers
|
|
|
|
| 21 |
pydantic==2.10.6
|
|
|
|
| 17 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 18 |
torch<2.6
|
| 19 |
torchvision
|
| 20 |
+
transformers<5
|
| 21 |
+
huggingface_hub<1
|
| 22 |
pydantic==2.10.6
|