Skip to content

Commit 6042515

Browse files
authored
Update pytorch pin (#3279)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 84b376c commit 6042515

File tree

4 files changed

+76
-424
lines changed

4 files changed

+76
-424
lines changed

.github/pins/pytorch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1e881ceecfe80532206ca4e0acb64391fab8b935
1+
8326d2709325c4c7d56f30bae9a3c9ecaafc52d3

scripts/patch-pytorch.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ fi
1616
echo "Applying PyTorch patches in $REPO_ROOT"
1717
cd "$REPO_ROOT"
1818

19-
curl -sSL https://github.com/pytorch/pytorch/pull/126516.diff | git apply -
20-
# build trigger #3126
19+
# curl -sSL https://github.com/pytorch/pytorch/pull/126516.diff | git apply -
20+
git apply "${SCRIPT_DIR}/pytorch_fp64.patch"
2121
git apply "${SCRIPT_DIR}/pytorch.patch"

0 commit comments

Comments
 (0)