Skip to content

Commit fe47372

Browse files
committed
Rebase CI models list
1 parent 8af01c5 commit fe47372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/linux-testenv/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777
# apply extra PRs for stock pytorch
7878
pip install requests
7979
if [ "${{ github.event_name }}" == "pull_request" ];then
80-
python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py -e https://github.com/pytorch/pytorch/pull/152940
80+
python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py -e https://github.com/mengfei25/pytorch/pull/27
8181
else
8282
python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py
8383
fi

0 commit comments

Comments
 (0)