Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit 7bcc749

Browse files
committed
fix platform for GPU tests
1 parent eca99b7 commit 7bcc749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: GPU Tests
125125
runs_on: [self-hosted, GPU]
126126
coverage_report: true
127-
torch_platform: cu111 # Our self-hosted GPU runners currently support CUDA 11.*
127+
torch_platform: cu113 # Our self-hosted GPU runners currently support CUDA 11.*
128128
run: make gpu-tests
129129

130130
steps:

0 commit comments

Comments
 (0)