Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
transformers==4.
|
| 3 |
sentencepiece==0.2.0
|
| 4 |
-
huggingface_hub>=0.
|
| 5 |
numpy<2
|
|
|
|
| 1 |
+
torch==2.6.0
|
| 2 |
+
transformers==4.46.3
|
| 3 |
sentencepiece==0.2.0
|
| 4 |
+
huggingface_hub>=0.30.0
|
| 5 |
numpy<2
|