We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1ed56 commit fdcf859Copy full SHA for fdcf859
scripts/patch-pytorch.sh
@@ -16,6 +16,5 @@ fi
16
echo "Applying PyTorch patches in $REPO_ROOT"
17
cd "$REPO_ROOT"
18
19
-# curl -sSL https://github.com/pytorch/pytorch/pull/126516.diff | git apply -
20
-git apply "${SCRIPT_DIR}/pytorch_fp64.patch"
+# put your patch applies here
21
curl -sSL https://github.com/pytorch/pytorch/pull/143553.diff | git apply -
scripts/pytorch_fp64.patch
0 commit comments