Skip to content

Commit

Permalink
Rebase PyTorch PR for PRECI
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuan14 committed Dec 23, 2024
1 parent a35cbbc commit ed8439a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/apply_torch_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[])
Expand Down

0 comments on commit ed8439a

Please sign in to comment.