Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
| 1 |
-
torch==2.8.0
|
| 2 |
-
transformers==4.35.0
|
| 3 |
-
numpy==2.2.6
|
|
|
|
|
|
| 1 |
+
torch==2.8.0
|
| 2 |
+
transformers==4.35.0
|
| 3 |
+
numpy==2.2.6
|
| 4 |
+
sentencepiece==0.1.99
|