We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af01c5 commit fe47372Copy full SHA for fe47372
.github/actions/linux-testenv/action.yml
@@ -77,7 +77,7 @@ runs:
77
# apply extra PRs for stock pytorch
78
pip install requests
79
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
+ python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py -e https://github.com/mengfei25/pytorch/pull/27
81
else
82
python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py
83
fi
0 commit comments