Skip to content

Commit 717ac9e

Browse files
committed
don't apply incompatible Flex Attn patch to old PyTorch
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent ce58d08 commit 717ac9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/patch-pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ apply_patch() {
3535
echo "Applying PyTorch patches in $REPO_ROOT"
3636

3737
# put your patch applies here
38-
apply_patch https://github.com/pytorch/pytorch/pull/143553.diff
38+
# apply_patch https://github.com/pytorch/pytorch/pull/143553.diff
3939
apply_patch pytorch_fp64.patch

0 commit comments

Comments
 (0)