Skip to content

Commit

Permalink
Fix a100 bisect
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Nov 24, 2023
1 parent 8e5e3a0 commit fcf9b7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/userbenchmark-a100-bisection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
python utils/cuda_utils.py --install-torchbench-deps
mkdir -p "${BISECT_WORKDIR}"
python utils/cuda_utils.py --install-torch-nightly
# The userbenchmark requires psutil
pip install psutil
python run_benchmark.py ${{ github.event.inputs.userbenchmark }} ${{ github.event.inputs.userbenchmark_args }} --dryrun \
--output "${BISECT_WORKDIR}/metric-control.json"
python run_benchmark.py ${{ github.event.inputs.userbenchmark }} ${{ github.event.inputs.userbenchmark_args }} --dryrun \
Expand Down

0 comments on commit fcf9b7d

Please sign in to comment.