Skip to content

Commit

Permalink
Run install with the rest of the benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Jun 26, 2024
1 parent eb922e7 commit 663eb6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/torchbench/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ parent_dir=$(dirname "$(readlink -f "$0")")/../..
cd ${parent_dir}

python -c "import torch; print(torch.__version__); print(torch.version.git_version)"
python install.py

python install.py $@

0 comments on commit 663eb6c

Please sign in to comment.