Skip to content

Commit

Permalink
release/2.5 rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Sep 11, 2024
1 parent a651d59 commit e8d4fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_linux_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
source activate xpu_op_${ZE_AFFINITY_MASK}
cd ../ && rm -rf pytorch
git clone https://github.com/pytorch/pytorch pytorch
cd pytorch && git checkout $(echo "${{ inputs.pytorch }}" |awk '{print $1}')
cd pytorch && git checkout $(echo "${{ inputs.pytorch }}" |sed 's/^nightly_wheel$/nightly/')
# apply PRs for stock pytorch
pip install requests
python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py
Expand Down

0 comments on commit e8d4fe3

Please sign in to comment.