Skip to content

Commit

Permalink
private pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Oct 21, 2024
1 parent b390a13 commit f972fdc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/nightly_ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f972fdc

Please sign in to comment.