Skip to content

Commit 65f6a93

Browse files
authored
Update _linux-test.yml
1 parent b9c64d5 commit 65f6a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_linux-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
id: install-nvidia-driver
170170
uses: pytorch/test-infra/.github/actions/setup-nvidia@main
171171
with:
172-
driver-version: ${{ matrix.config == 'legacy_nvidia_driver' && '525.105.17' || '580.65.06' }}
172+
driver-version: ${{ matrix.config == 'legacy_nvidia_driver' && '525.105.17' || '580.82.07' }}
173173
if: ${{ contains(inputs.build-environment, 'cuda') && !contains(matrix.config, 'nogpu') && steps.check_container_runner.outputs.IN_CONTAINER_RUNNER == 'false' && !contains(matrix.runner, 'b200') }}
174174

175175
- name: Setup GPU_FLAG for docker run

0 commit comments

Comments
 (0)