Spaces:
Running
on
Zero
Running
on
Zero
Fix PyTorch version for ZeroGPU
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -19,8 +19,8 @@ transformers==4.45.2
|
|
19 |
deepspeed==0.15.4
|
20 |
|
21 |
# https://github.com/pytorch/pytorch/issues/138386
|
22 |
-
torch==2.4.
|
23 |
-
torchvision==0.19.
|
24 |
|
25 |
# torch-npu only supports torch 2.4.0
|
26 |
# torch==2.4.0+cpu
|
|
|
19 |
deepspeed==0.15.4
|
20 |
|
21 |
# https://github.com/pytorch/pytorch/issues/138386
|
22 |
+
torch==2.4.0
|
23 |
+
torchvision==0.19.0
|
24 |
|
25 |
# torch-npu only supports torch 2.4.0
|
26 |
# torch==2.4.0+cpu
|