From 1a6de7a7aa0a996e0568d9ee2988e00c27d118fb Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Thu, 19 Sep 2024 17:39:56 +0200 Subject: [PATCH] Fix Triton tests after update pybind11 to 2.13.6 using PyTorch patch (#2271) Closes #2260 --------- Signed-off-by: Anatoly Myachev --- scripts/patch-pytorch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patch-pytorch.sh b/scripts/patch-pytorch.sh index c9dbf931ca..021c3486af 100755 --- a/scripts/patch-pytorch.sh +++ b/scripts/patch-pytorch.sh @@ -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 -