Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu126
|
2 |
-
torch>=2.
|
3 |
gradio>=4.44.0,<=4.44.1
|
4 |
-
transformers>=4.
|
5 |
-
accelerate>=1.
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu126
|
2 |
+
torch>=2.8.0,<3.0.0
|
3 |
gradio>=4.44.0,<=4.44.1
|
4 |
+
transformers>=4.55.0,<5.0.0
|
5 |
+
accelerate>=1.10.0,<2.0.0
|