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 0c907d6 commit 92c5802Copy full SHA for 92c5802
scripts/patch-pytorch.sh
@@ -35,6 +35,7 @@ apply_patch() {
35
echo "Applying PyTorch patches in $REPO_ROOT"
36
37
# put your patch applies here
38
-apply_patch https://github.com/pytorch/pytorch/pull/143553.diff
+# trigger build
39
+apply_patch ./patch/flex_attn_143553.patch
40
apply_patch pytorch_fp64.patch
41
apply_patch ./patch/pytorch_global_scratch.patch
0 commit comments