From 68cb73950f0bed4bc6e9c657728a099a5dd1d4a5 Mon Sep 17 00:00:00 2001 From: mengfeil Date: Wed, 25 Dec 2024 14:34:29 +0800 Subject: [PATCH] apply pr for wheel --- .github/workflows/_linux_ut.yml | 1 + .github/workflows/nightly_ondemand_whl.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/_linux_ut.yml b/.github/workflows/_linux_ut.yml index 65932365b..9b0310528 100644 --- a/.github/workflows/_linux_ut.yml +++ b/.github/workflows/_linux_ut.yml @@ -112,6 +112,7 @@ jobs: TORCH_COMMIT_ID=$(python -c 'import torch; print(torch.version.git_version)') cd ../pytorch git reset --hard && git checkout ${TORCH_COMMIT_ID} + python ../torch-xpu-ops/.github/scripts/apply_torch_pr.py TORCH_XPU_OPS_COMMIT=$(