Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
transformers==4.30.0
|
| 2 |
-
pydantic
|
| 3 |
ragatouille
|
| 4 |
huggingface_hub
|
| 5 |
-
arxiv
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
ragatouille
|
| 2 |
huggingface_hub
|
| 3 |
+
arxiv
|
| 4 |
+
transformers[torch]<=4.49.0
|