Skip to content

Commit

Permalink
update pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Jul 13, 2024
1 parent c2f3231 commit f635e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
cd ../ && rm -rf pytorch
source activate e2e_ci
git clone https://github.com/pytorch/pytorch pytorch
cd pytorch && git checkout 32e74ed0409b02d24e1ed2236138e6cfc2fdb41a
cd pytorch && git checkout e4e5c41b7ef9d72cd108039b8859cc29cf89e57a
# apply PRs for stock pytorch
pip install requests
python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py
Expand Down

0 comments on commit f635e0a

Please sign in to comment.