test passing
This commit is contained in:
@@ -11,9 +11,15 @@
|
||||
"target_width": 480,
|
||||
"fps": 16,
|
||||
|
||||
"self_attn_1_type": "flash_attn3",
|
||||
"cross_attn_1_type": "flash_attn3",
|
||||
"cross_attn_2_type": "flash_attn3",
|
||||
"_comment_attn": "flash_attn3/sageattn3 aren't installed (no Blackwell-ready pre-built wheels). Use PyTorch SDPA which works on SM120.",
|
||||
"self_attn_1_type": "torch_sdpa",
|
||||
"cross_attn_1_type": "torch_sdpa",
|
||||
"cross_attn_2_type": "torch_sdpa",
|
||||
|
||||
"_comment_modulate": "Triton fuse_scale_shift_kernel segfaults during JIT compile on Blackwell SM120 (triton 3.4 + cu128). Use the PyTorch modulate fallback until the Triton issue is resolved.",
|
||||
"modulate_type": "torch",
|
||||
"_comment_rope": "flashinfer not installed; fall back to PyTorch rope.",
|
||||
"rope_type": "torch",
|
||||
|
||||
"sample_guide_scale": [3.5, 3.5],
|
||||
"sample_shift": 5.0,
|
||||
|
||||
Reference in New Issue
Block a user