Skip to content

Commit d2840a1

Browse files
committed
Add gpu-arch-type (try 4)
1 parent c07fcd8 commit d2840a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,18 @@ defaults:
1515

1616
jobs:
1717
build-docs:
18-
runs-on: linux.g5.4xlarge.nvidia.gpu
1918
strategy:
2019
fail-fast: false
2120
matrix:
2221
python-version: ['3.10']
2322
cuda-version: ['12.6']
2423
ffmpeg-version: ['7']
24+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2525
with:
26+
runner: linux.g5.4xlarge.nvidia.gpu
2627
gpu-arch-type: cuda
2728
gpu-arch-version: "12.6"
28-
steps:
29+
steps:
2930
- name: Setup env vars
3031
run: |
3132
cuda_version_without_periods=$(echo "${{ matrix.cuda-version }}" | sed 's/\.//g')

0 commit comments

Comments
 (0)