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=[])