Skip to content

Commit

Permalink
training doesn't seem to work
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielMcVicar committed Oct 17, 2023
1 parent fa15c31 commit f7bf652
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 @@ -49,7 +49,7 @@ jobs:
- name: Run TorchBench
run: |
cd torchbench
python3 run.py BERT_pytorch -d cuda -t train --torchdynamo inductor
python3 run.py BERT_pytorch -d cuda -t eval --torchdynamo inductor
- name: Install the latest Triton wheel
run: |
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Run TorchBench Again
run: |
cd torchbench
python3 run.py BERT_pytorch -d cuda -t train --torchdynamo inductor
python3 run.py BERT_pytorch -d cuda -t eval --torchdynamo inductor
- name: Cleanup and reset GPU clocks
if: always()
Expand Down

0 comments on commit f7bf652

Please sign in to comment.