Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
transformers=
|
| 2 |
-
tokenizers=
|
| 3 |
accelerate
|
| 4 |
-
huggingface_hub=
|
| 5 |
torch
|
| 6 |
gradio==5.9.1
|
| 7 |
-
pytz
|
|
|
|
| 1 |
+
transformers>=4.48.0
|
| 2 |
+
tokenizers>=0.21.0
|
| 3 |
accelerate
|
| 4 |
+
huggingface_hub>=0.27.1
|
| 5 |
torch
|
| 6 |
gradio==5.9.1
|
| 7 |
+
pytz
|