From f972fdc2e72a8f755533579aa57060822187d872 Mon Sep 17 00:00:00 2001 From: mengfeil Date: Mon, 21 Oct 2024 11:32:02 +0800 Subject: [PATCH] private pytorch --- .github/workflows/nightly_ondemand.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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