File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
torch-spec : ' torch==2.4.0'
37
37
gpu-arch-type : " cuda"
38
38
gpu-arch-version : " 12.1"
39
- - name : CUDA Nightly
39
+ - name : CUDA Nightly (Aug 29, 2024)
40
40
runs-on : linux.g5.12xlarge.nvidia.gpu
41
- torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
41
+ torch-spec : ' --pre torch==2.5.0.dev20240829+cu121 --index-url https://download.pytorch.org/whl/nightly/cu121'
42
42
gpu-arch-type : " cuda"
43
43
gpu-arch-version : " 12.1"
44
44
57
57
torch-spec : ' torch==2.4.0 --index-url https://download.pytorch.org/whl/cpu'
58
58
gpu-arch-type : " cpu"
59
59
gpu-arch-version : " "
60
- - name : CPU Nightly
60
+ - name : CPU Nightly (Aug 29, 2024)
61
61
runs-on : linux.4xlarge
62
- torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
62
+ torch-spec : ' --pre torch==2.5.0.dev20240829+cpu --index-url https://download.pytorch.org/whl/nightly/cpu'
63
63
gpu-arch-type : " cpu"
64
64
gpu-arch-version : " "
65
65
You can’t perform that action at this time.
0 commit comments