From 5260e127904beca5bb1a23d6fd84665ea37ad592 Mon Sep 17 00:00:00 2001 From: mengfeil Date: Sat, 12 Oct 2024 16:01:34 +0800 Subject: [PATCH] 2.5 final rc with torch-xpu-ops 2.5 --- .github/workflows/_linux_ut.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_linux_ut.yml b/.github/workflows/_linux_ut.yml index a5dcefd74..1c2d48acd 100644 --- a/.github/workflows/_linux_ut.yml +++ b/.github/workflows/_linux_ut.yml @@ -58,7 +58,7 @@ jobs: source activate xpu_op_${ZE_AFFINITY_MASK} cd ../ && rm -rf pytorch git clone https://github.com/pytorch/pytorch pytorch - cd pytorch && git checkout nightly + cd pytorch && git checkout release/2.5 # apply PRs for stock pytorch pip install requests python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py