diff --git a/.github/workflows/nightly_ondemand.yml b/.github/workflows/nightly_ondemand.yml index baa68ad22..9377b263f 100644 --- a/.github/workflows/nightly_ondemand.yml +++ b/.github/workflows/nightly_ondemand.yml @@ -109,8 +109,11 @@ jobs: pwd cd ../ && rm -rf pytorch source activate e2e_ci - git clone https://github.com/pytorch/pytorch pytorch - cd pytorch && git checkout $(echo ${{ env.pytorch }} |awk '{print $1}') + # git clone https://github.com/pytorch/pytorch pytorch + git clone https://github.com/intel-innersource/frameworks.ai.pytorch.private-gpu pytorch + cd pytorch + # git checkout $(echo ${{ env.pytorch }} |awk '{print $1}') + git checkout pytorch-2.5 # apply PRs for stock pytorch pip install requests python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py