From 4beb7d31a54604d1c185163a5d39bb13f93411bc Mon Sep 17 00:00:00 2001 From: mengfei25 Date: Tue, 10 Dec 2024 10:05:43 +0800 Subject: [PATCH] Work around for 129735 conflicts (#1153) --- .github/scripts/apply_torch_pr.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/scripts/apply_torch_pr.py b/.github/scripts/apply_torch_pr.py index b4b441263..d48121ff6 100644 --- a/.github/scripts/apply_torch_pr.py +++ b/.github/scripts/apply_torch_pr.py @@ -12,9 +12,8 @@ # Fallback to CPU for XPU FP64 "https://github.com/pytorch/pytorch/pull/126516", # Modify the tolerance level in TIMM benchmark - "https://github.com/pytorch/pytorch/pull/129735", - # [XPU] Update XPU C Shim Header - "https://github.com/pytorch/pytorch/pull/141086", + # "https://github.com/pytorch/pytorch/pull/129735", + "https://github.com/mengfei25/pytorch/pull/21", ] ) parser.add_argument('--extra-pr-list', '-e', nargs='+',default=[])