diff --git a/.github/workflows/_linux_ut.yml b/.github/workflows/_linux_ut.yml index d2f717230..052b577c7 100644 --- a/.github/workflows/_linux_ut.yml +++ b/.github/workflows/_linux_ut.yml @@ -65,7 +65,7 @@ jobs: conda create -n xpu_op_${ZE_AFFINITY_MASK} python=${{ inputs.python }} cmake ninja -y source activate xpu_op_${ZE_AFFINITY_MASK} cd ../ && rm -rf pytorch - git clone https://github.com/pytorch/pytorch pytorch + git clone https://github.com/mengfei25/pytorch pytorch cd pytorch && git checkout $(echo ${{ inputs.pytorch }} |sed 's/^nightly_wheel$/nightly/') # apply PRs for stock pytorch pip install requests diff --git a/.github/workflows/nightly_ondemand.yml b/.github/workflows/nightly_ondemand.yml index 20db6ebce..148614396 100644 --- a/.github/workflows/nightly_ondemand.yml +++ b/.github/workflows/nightly_ondemand.yml @@ -130,7 +130,7 @@ jobs: pwd cd ../ && rm -rf pytorch source activate e2e_ci - git clone https://github.com/pytorch/pytorch pytorch + git clone https://github.com/mengfei25/pytorch pytorch cd pytorch && git checkout $(echo ${{ env.pytorch }} |awk '{print $1}') # apply PRs for stock pytorch pip install requests @@ -351,7 +351,7 @@ jobs: # Test report echo -e "**${test_status}** $test_type Test on $(date +'%F'), See: $build_url\n" > ${{ github.workspace }}/report.txt printf "Torch-xpu-ops | PyTorch | Triton\n--- | --- | ---\n${GITHUB_WORKFLOW_SHA:0:7} on ${GITHUB_REF_NAME} | " >> ${{ github.workspace }}/report.txt - printf "[${TORCH_COMMIT_ID:0:7}](https://github.com/pytorch/pytorch/commit/${TORCH_COMMIT_ID:0:7}) on $TORCH_BRANCH_ID | " >> ${{ github.workspace }}/report.txt + printf "[${TORCH_COMMIT_ID:0:7}](https://github.com/mengfei25/pytorch/commit/${TORCH_COMMIT_ID:0:7}) on $TORCH_BRANCH_ID | " >> ${{ github.workspace }}/report.txt echo -e "[${TRITON_COMMIT_ID:0:7}](https://github.com/intel/intel-xpu-backend-for-triton/commit/${TRITON_COMMIT_ID:0:7}) \n" >> ${{ github.workspace }}/report.txt printf "Transformers | Timm | Torchbench | Torchvision | Torchaudio\n--- | --- | --- | --- | ---\n" >> ${{ github.workspace }}/report.txt printf "[${TRANSFORMERS_VERSION:0:7}](https://github.com/huggingface/transformers/commit/${TRANSFORMERS_VERSION:0:7}) | " >> ${{ github.workspace }}/report.txt diff --git a/.github/workflows/nightly_ondemand_rolling.yml b/.github/workflows/nightly_ondemand_rolling.yml index c862a0ab6..82b268b0c 100644 --- a/.github/workflows/nightly_ondemand_rolling.yml +++ b/.github/workflows/nightly_ondemand_rolling.yml @@ -132,7 +132,7 @@ jobs: pwd cd ../ && rm -rf pytorch source activate e2e_ci - git clone https://github.com/pytorch/pytorch pytorch + git clone https://github.com/mengfei25/pytorch pytorch cd pytorch && git checkout $(echo ${{ env.pytorch }} |awk '{print $1}') # apply PRs for stock pytorch pip install requests diff --git a/.github/workflows/nightly_ondemand_whl.yml b/.github/workflows/nightly_ondemand_whl.yml index 70e269586..94ecb63b3 100644 --- a/.github/workflows/nightly_ondemand_whl.yml +++ b/.github/workflows/nightly_ondemand_whl.yml @@ -106,7 +106,7 @@ jobs: source activate e2e_ci source .github/scripts/env.sh cd ../ && rm -rf pytorch - git clone https://github.com/pytorch/pytorch pytorch + git clone https://github.com/mengfei25/pytorch pytorch cd pytorch && git checkout $(echo ${{ env.pytorch }} |sed 's/^nightly_wheel$/nightly/') # apply PRs for stock pytorch pip install requests