Skip to content

Commit

Permalink
update torchbench commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Sep 12, 2024
1 parent cfe09a3 commit 3ef84bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/inductor-xpu-e2e-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ runs:
python setup.py bdist_wheel && pip uninstall torchvision -y && pip install dist/*.whl
cd ../ && python -c "import torch, torchvision, torchaudio"
rm -rf benchmark && git clone https://github.com/pytorch/benchmark.git
cd benchmark && git checkout $TORCHBENCH_COMMIT_ID && pip install --no-deps -r requirements.txt
cd benchmark && git checkout 03cde49eba0580ed17f9ae2250832fd8af4ed756 && pip install --no-deps -r requirements.txt
python install.py --continue_on_fail
# deps for torchrec_dlrm
pip install pyre_extensions
Expand Down

0 comments on commit 3ef84bb

Please sign in to comment.