Skip to content

Commit 92c5802

Browse files
committed
offline patch
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 0c907d6 commit 92c5802

File tree

2 files changed

+182
-113
lines changed

2 files changed

+182
-113
lines changed

scripts/patch-pytorch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ 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+
# trigger build
39+
apply_patch ./patch/flex_attn_143553.patch
3940
apply_patch pytorch_fp64.patch
4041
apply_patch ./patch/pytorch_global_scratch.patch

0 commit comments

Comments
 (0)