We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9f3ff commit 238fa99Copy full SHA for 238fa99
tests/unit_tests/test_activation_checkpoint.py
@@ -28,7 +28,7 @@
28
# used to compute the scaling factor for quantization.
29
torch.ops.aten.max.default,
30
torch._higher_order_ops.flex_attention,
31
- torch.ops.torch_attn._varlen_attn,
+ torch.ops.torch_attn._varlen_attn.default,
32
}
33
34
torchtitan/experiments/simple_fsdp/llama3/parallelize.py
@@ -33,7 +33,7 @@
35
36
37
torch._higher_order_ops.inductor_compiled_code,
38
39
0 commit comments