Skip to content

Commit fdcf859

Browse files
authored
Disable fp64 patch (#3663)
status in #2946
1 parent cb1ed56 commit fdcf859

File tree

2 files changed

+1
-69
lines changed

2 files changed

+1
-69
lines changed

scripts/patch-pytorch.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ 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-
git apply "${SCRIPT_DIR}/pytorch_fp64.patch"
19+
# put your patch applies here
2120
curl -sSL https://github.com/pytorch/pytorch/pull/143553.diff | git apply -

scripts/pytorch_fp64.patch

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)