We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ae1d54 + cb143fc commit 8fe0de2Copy full SHA for 8fe0de2
.github/workflows/tests.yml
@@ -16,12 +16,15 @@ jobs:
16
runner: ["linux.12xlarge"]
17
gpu-arch-type: ["cpu"]
18
include:
19
- - python-version: 3.8
+ - python-version: 3.13
20
runner: linux.g5.4xlarge.nvidia.gpu
21
gpu-arch-type: cuda
22
- gpu-arch-version: "11.8"
+ gpu-arch-version: "12.4"
23
fail-fast: false
24
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
25
+ permissions:
26
+ id-token: write
27
+ contents: read
28
with:
29
repository: pytorch/extension-cpp
30
runner: ${{ matrix.runner }}
0 commit comments