File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ jobs:
3333 torch-spec : ' torch==2.4.0'
3434 gpu-arch-type : " cuda"
3535 gpu-arch-version : " 12.1"
36- - name : CUDA 2.5
36+ - name : CUDA 2.5.1
3737 runs-on : linux.g5.12xlarge.nvidia.gpu
38- torch-spec : ' torch==2.5.0 --index-url https://download.pytorch.org/whl/cu121'
38+ torch-spec : ' torch==2.5.1 --index-url https://download.pytorch.org/whl/cu121'
3939 gpu-arch-type : " cuda"
4040 gpu-arch-version : " 12.1"
4141 - name : CUDA Nightly
4242 runs-on : linux.g5.12xlarge.nvidia.gpu
43- torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121'
43+ torch-spec : ' --pre torch==2.6.0.dev20241101 --index-url https://download.pytorch.org/whl/nightly/cu121'
4444 gpu-arch-type : " cuda"
4545 gpu-arch-version : " 12.1"
4646
@@ -54,14 +54,14 @@ jobs:
5454 torch-spec : ' torch==2.4.0 --index-url https://download.pytorch.org/whl/cpu'
5555 gpu-arch-type : " cpu"
5656 gpu-arch-version : " "
57- - name : CPU 2.5
57+ - name : CPU 2.5.1
5858 runs-on : linux.4xlarge
59- torch-spec : ' torch==2.5.0 --index-url https://download.pytorch.org/whl/cpu'
59+ torch-spec : ' torch==2.5.1 --index-url https://download.pytorch.org/whl/cpu'
6060 gpu-arch-type : " cpu"
6161 gpu-arch-version : " "
6262 - name : CPU Nightly
6363 runs-on : linux.4xlarge
64- torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
64+ torch-spec : ' --pre torch==2.6.0.dev20241101 --index-url https://download.pytorch.org/whl/nightly/cpu'
6565 gpu-arch-type : " cpu"
6666 gpu-arch-version : " "
6767
You can’t perform that action at this time.
0 commit comments