Spaces:
Sleeping
Sleeping
Fix ZeroGPU compat: torch 2.6.0 -> 2.8.0, update causal_conv1d wheel
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -7,6 +7,6 @@ pillow>=10.2.0
|
|
| 7 |
pypdfium2>=4.30.0
|
| 8 |
qwen-vl-utils==0.0.10
|
| 9 |
spaces
|
| 10 |
-
torch==2.
|
| 11 |
-
torchvision==0.
|
| 12 |
transformers==5.3.0
|
|
|
|
| 7 |
pypdfium2>=4.30.0
|
| 8 |
qwen-vl-utils==0.0.10
|
| 9 |
spaces
|
| 10 |
+
torch==2.8.0
|
| 11 |
+
torchvision==0.23.0
|
| 12 |
transformers==5.3.0
|