Update requirements.txt with the versions.
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
| 1 |
+
# Python 3.11.x
|
| 2 |
+
torch==2.10.0+cu130
|
| 3 |
+
transformers==4.57.6
|
| 4 |
+
tokenizers==0.22.2
|
| 5 |
+
safetensors==0.7.0
|
| 6 |
+
tqdm==4.67.3
|