Skip to content

Commit

Permalink
Fix Triton tests after update pybind11 to 2.13.6 using PyTorch patch (#…
Browse files Browse the repository at this point in the history
…2271)

Closes #2260

---------

Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev authored Sep 19, 2024
1 parent 573cb1e commit 1a6de7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/patch-pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ cd "$REPO_ROOT"

curl -sSL https://github.com/pytorch/pytorch/pull/126516.diff | git apply -
curl -sSL https://github.com/pytorch/pytorch/pull/126456.diff | git apply -
curl -sSL https://github.com/pytorch/pytorch/pull/136280.diff | git apply -

0 comments on commit 1a6de7a

Please sign in to comment.