@@ -23,14 +23,15 @@ jobs:
2323 strategy :
2424 matrix :
2525 python_version : ["3.10"]
26- cuda_arch_version : ["12.4 "]
26+ cuda_arch_version : ["12.8 "]
2727 fail-fast : false
2828 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2929 permissions :
3030 id-token : write
3131 contents : read
3232 with :
3333 runner : linux.g5.4xlarge.nvidia.gpu
34+ docker-image : " nvidia/cuda:12.8.0-devel-ubuntu22.04"
3435 repository : pytorch/tensordict
3536 gpu-arch-type : cuda
3637 gpu-arch-version : ${{ matrix.cuda_arch_version }}
@@ -57,14 +58,15 @@ jobs:
5758 test-cpu :
5859 strategy :
5960 matrix :
60- python_version : ["3.9", "3.10", "3.11", "3.12"]
61+ python_version : ["3.9", "3.10", "3.11", "3.12", "3.13" ]
6162 fail-fast : false
6263 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
6364 permissions :
6465 id-token : write
6566 contents : read
6667 with :
6768 runner : linux.12xlarge
69+ docker-image : " nvidia/cuda:12.8.0-devel-ubuntu22.04"
6870 repository : pytorch/tensordict
6971 timeout : 90
7072 script : |
@@ -87,14 +89,15 @@ jobs:
8789 strategy :
8890 matrix :
8991 python_version : ["3.10"]
90- cuda_arch_version : ["12.4 "]
92+ cuda_arch_version : ["12.6 "]
9193 fail-fast : false
9294 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
9395 permissions :
9496 id-token : write
9597 contents : read
9698 with :
9799 runner : linux.g5.4xlarge.nvidia.gpu
100+ docker-image : " nvidia/cuda:12.6.0-devel-ubuntu22.04"
98101 repository : pytorch/tensordict
99102 gpu-arch-type : cuda
100103 gpu-arch-version : ${{ matrix.cuda_arch_version }}
@@ -122,14 +125,15 @@ jobs:
122125 test-stable-cpu :
123126 strategy :
124127 matrix :
125- python_version : ["3.9", "3.12 "]
128+ python_version : ["3.9", "3.13 "]
126129 fail-fast : false
127130 uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
128131 permissions :
129132 id-token : write
130133 contents : read
131134 with :
132135 runner : linux.12xlarge
136+ docker-image : " nvidia/cuda:12.8.0-devel-ubuntu22.04"
133137 repository : pytorch/tensordict
134138 timeout : 90
135139 script : |
0 commit comments