Ritvik Shrivastava commited on
Commit ·
a76bfb3
1
Parent(s): cc17576
fix: compatible torch version for ZeroGPU
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
gradio>=6.14.0
|
| 2 |
transformers==4.45.2
|
| 3 |
peft==0.10.0
|
| 4 |
-
torch==2.
|
| 5 |
Pillow>=10.0.0
|
| 6 |
huggingface_hub>=0.36.0
|
| 7 |
qwen-vl-utils>=0.0.8
|
|
|
|
| 1 |
gradio>=6.14.0
|
| 2 |
transformers==4.45.2
|
| 3 |
peft==0.10.0
|
| 4 |
+
torch==2.11.0 # UPDATED due to configuration error
|
| 5 |
Pillow>=10.0.0
|
| 6 |
huggingface_hub>=0.36.0
|
| 7 |
qwen-vl-utils>=0.0.8
|