From 04af88cc8a05d3c1c48c32eec56f31431833056e Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Fri, 15 Nov 2024 11:30:13 +0000 Subject: [PATCH] Update PyTorch pin Signed-off-by: Anatoly Myachev --- .github/pins/pytorch-upstream.txt | 2 +- scripts/patch-pytorch.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/pins/pytorch-upstream.txt b/.github/pins/pytorch-upstream.txt index 0d9e3cab75..e07ac9b7af 100644 --- a/.github/pins/pytorch-upstream.txt +++ b/.github/pins/pytorch-upstream.txt @@ -1 +1 @@ -51e8a13d007b3032af45facb50dfa4ee6012f22a +ae7f809bfcadb426f8024a8abf3f33f0ecfd5308 diff --git a/scripts/patch-pytorch.sh b/scripts/patch-pytorch.sh index c9dbf931ca..5e35d25441 100755 --- a/scripts/patch-pytorch.sh +++ b/scripts/patch-pytorch.sh @@ -16,4 +16,3 @@ echo "Applying PyTorch patches in $REPO_ROOT" 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 -