Update requirements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
huggingface_hub
|
2 |
-
transformers
|
3 |
numpy
|
4 |
pandas
|
5 |
accelerate
|
6 |
-
torch
|
7 |
pydantic==2.10.6
|
|
|
1 |
+
huggingface_hub==0.25.2
|
2 |
+
transformers<=4.49.0
|
3 |
numpy
|
4 |
pandas
|
5 |
accelerate
|
6 |
+
torch>=2.2.0
|
7 |
pydantic==2.10.6
|