From ed8439aa156d1f8f5e70a0b391742febd494d946 Mon Sep 17 00:00:00 2001 From: Feng Yuan Date: Sun, 22 Dec 2024 17:48:53 -0800 Subject: [PATCH] Rebase PyTorch PR for PRECI --- .github/scripts/apply_torch_pr.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/apply_torch_pr.py b/.github/scripts/apply_torch_pr.py index 9ef238abb..9023ceeea 100644 --- a/.github/scripts/apply_torch_pr.py +++ b/.github/scripts/apply_torch_pr.py @@ -16,7 +16,8 @@ # [Inductor][Intel GPU] Support reduction split. "https://github.com/pytorch/pytorch/pull/129120", # Modify the tolerance level in TIMM benchmark - "https://github.com/pytorch/pytorch/pull/129735", + # "https://github.com/pytorch/pytorch/pull/129735", + "https://github.com/mengfei25/pytorch/pull/21", ] ) parser.add_argument('--extra-pr-list', '-e', nargs='+',default=[])