There was an error while loading. Please reload this page.
1 parent eca99b7 commit 7bcc749Copy full SHA for 7bcc749
1 file changed
.github/workflows/ci.yml
@@ -124,7 +124,7 @@ jobs:
124
- name: GPU Tests
125
runs_on: [self-hosted, GPU]
126
coverage_report: true
127
- torch_platform: cu111 # Our self-hosted GPU runners currently support CUDA 11.*
+ torch_platform: cu113 # Our self-hosted GPU runners currently support CUDA 11.*
128
run: make gpu-tests
129
130
steps:
0 commit comments