File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 runs-on : linux.g6.4xlarge.experimental.nvidia.gpu
2828 torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124'
2929 gpu-arch-type : " cuda"
30- gpu-arch-version : " 12.4 "
30+ gpu-arch-version : " 12.6 "
3131 - name : H100
3232 runs-on : linux.aws.h100
3333 torch-spec : ' --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124'
3434 gpu-arch-type : " cuda"
35- gpu-arch-version : " 12.4 "
35+ gpu-arch-version : " 12.6 "
3636
3737 permissions :
3838 id-token : write
Original file line number Diff line number Diff line change 3131# runs-on: linux.aws.h100
3232# torch-spec: '--pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124'
3333# gpu-arch-type: "cuda"
34- # gpu-arch-version: "12.4 "
34+ # gpu-arch-version: "12.6 "
3535
3636# uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3737# with:
Original file line number Diff line number Diff line change 2323 runs-on : linux.g5.12xlarge.nvidia.gpu
2424 torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124'
2525 gpu-arch-type : " cuda"
26- gpu-arch-version : " 12.4 "
26+ gpu-arch-version : " 12.6 "
2727
2828 permissions :
2929 id-token : write
Original file line number Diff line number Diff line change 2727 runs-on : linux.g5.12xlarge.nvidia.gpu
2828 torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cu124'
2929 gpu-arch-type : " cuda"
30- gpu-arch-version : " 12.4 "
30+ gpu-arch-version : " 12.6 "
3131 - name : CPU Nightly
3232 runs-on : linux.4xlarge
3333 torch-spec : ' --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu'
@@ -63,17 +63,17 @@ jobs:
6363 runs-on : linux.g5.12xlarge.nvidia.gpu
6464 torch-spec : ' torch==2.3.0'
6565 gpu-arch-type : " cuda"
66- gpu-arch-version : " 12.1 "
66+ gpu-arch-version : " 12.6 "
6767 - name : CUDA 2.4
6868 runs-on : linux.g5.12xlarge.nvidia.gpu
6969 torch-spec : ' torch==2.4.0'
7070 gpu-arch-type : " cuda"
71- gpu-arch-version : " 12.1 "
71+ gpu-arch-version : " 12.6 "
7272 - name : CUDA 2.5.1
7373 runs-on : linux.g5.12xlarge.nvidia.gpu
7474 torch-spec : ' torch==2.5.1 --index-url https://download.pytorch.org/whl/cu121'
7575 gpu-arch-type : " cuda"
76- gpu-arch-version : " 12.1 "
76+ gpu-arch-version : " 12.6 "
7777
7878 - name : CPU 2.3
7979 runs-on : linux.4xlarge
You can’t perform that action at this time.
0 commit comments