Skip to content

Commit c07fcd8

Browse files
committed
Add gpu-arch-type (try 2)
1 parent d38cdf5 commit c07fcd8

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
@@ -16,14 +16,15 @@ defaults:
1616
jobs:
1717
build-docs:
1818
runs-on: linux.g5.4xlarge.nvidia.gpu
19-
gpu-arch-type: cuda
20-
gpu-arch-version: "12.6"
2119
strategy:
2220
fail-fast: false
2321
matrix:
2422
python-version: ['3.10']
2523
cuda-version: ['12.6']
2624
ffmpeg-version: ['7']
25+
with:
26+
gpu-arch-type: cuda
27+
gpu-arch-version: "12.6"
2728
steps:
2829
- name: Setup env vars
2930
run: |

0 commit comments

Comments
 (0)