Skip to content

Commit

Permalink
ABI=0 test
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Jul 14, 2024
1 parent e233cda commit e614c3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/nightly_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,13 @@ jobs:
pwd
cd ../
rm -rf torch-xpu-ops && git clone https://github.com/intel/torch-xpu-ops torch-xpu-ops
cd torch-xpu-ops
git checkout cbb4ab17a781c77108443f12f7ce254a345f1a14
cd ..
rm -rf pytorch
source activate e2e_ci
git clone https://github.com/pytorch/pytorch pytorch
cd pytorch && git checkout dafef3ff359711b7f63e71d501b8ca57d11f708f
cd pytorch && git checkout 7c83f5f7d5f1d23a365e853ff7c10471072a7fe3
# apply PRs for stock pytorch
pip install requests
python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py -e https://github.com/pytorch/pytorch/pull/130110
Expand Down

0 comments on commit e614c3d

Please sign in to comment.