File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1818 - name : Setup Python
1919 uses : actions/setup-python@v2
2020 with :
21- python-version : ' 3.9 '
21+ python-version : ' 3.10 '
2222 - name : Install deps
2323 run : |
2424 pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 test-cuda :
16- name : Test CUDA (cuda12.6-py3.10 )
16+ name : Test CUDA (cuda12.6-py3.12 )
1717 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1818 strategy :
1919 fail-fast : true
3030 gpu-arch-type : ${{ matrix.gpu-arch-type }}
3131 gpu-arch-version : ${{ matrix.gpu-arch-version }}
3232 submodules : recursive
33+ python-version : " 3.12"
3334 script : |
3435 pip install --quiet -r requirements-test.txt
3536 # For some reason the spec above isnt working
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 test-torchtitan :
16- name : Test TorchTitan Integration (cuda12.6-py3.10 )
16+ name : Test TorchTitan Integration (cuda12.6-py3.12 )
1717 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
1818 strategy :
1919 fail-fast : true
3030 gpu-arch-type : ${{ matrix.gpu-arch-type }}
3131 gpu-arch-version : ${{ matrix.gpu-arch-version }}
3232 submodules : recursive
33+ python-version : " 3.12"
3334 script : |
3435 pip install --quiet -r requirements-test.txt
3536 # For some reason the spec above isnt working
You can’t perform that action at this time.
0 commit comments