Skip to content

Commit

Permalink
Fix brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielMcVicar committed Oct 18, 2023
1 parent 61cfdd9 commit 8dd42c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/torchbench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ env:

jobs:
TorchBench-Nvidia:
# Disable H100 since we can't sudo
strategy:
matrix:
#runner: [[self-hosted, A100], [self-hosted, H100]]
# Disable H100 since we cna't sudo
runner: [self-hosted, A100]
runner: [[self-hosted, A100]]

runs-on: ${{ matrix.runner }}

Expand Down

0 comments on commit 8dd42c4

Please sign in to comment.