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

Commit

Permalink
fix platform for GPU tests
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh committed Mar 14, 2022
1 parent eca99b7 commit 7bcc749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: GPU Tests
runs_on: [self-hosted, GPU]
coverage_report: true
torch_platform: cu111 # Our self-hosted GPU runners currently support CUDA 11.*
torch_platform: cu113 # Our self-hosted GPU runners currently support CUDA 11.*
run: make gpu-tests

steps:
Expand Down

0 comments on commit 7bcc749

Please sign in to comment.