Fixed typo in requirements
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
huggingface_hub==0.25.2
|
2 |
-
transformers
|
3 |
-
torch
|
|
|
1 |
huggingface_hub==0.25.2
|
2 |
+
transformers==4.44.2
|
3 |
+
torch==2.4.1
|