yeliudev commited on
Commit
7b07677
·
verified ·
1 Parent(s): 6073e55

Fix PyTorch version for ZeroGPU

Browse files
Files changed (1) hide show
  1. 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.1
23
- torchvision==0.19.1
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