Skip to content

Commit

Permalink
Work around for 129735 conflicts (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 authored Dec 10, 2024
1 parent ea6d3a6 commit 4beb7d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/scripts/apply_torch_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[])
Expand Down

0 comments on commit 4beb7d3

Please sign in to comment.