fix: restore missing get_component_forced_attn_backend import in minimax_h3 (#37566)

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Shuwen Wang
2026-09-02 15:58:31 +08:00
committed by GitHub
co-authored by Claude Opus 5
parent 4b329482e8
commit fe3d4b9bbb
@@ -54,6 +54,7 @@ from sglang.multimodal_gen.runtime.layers.attention.backends.attention_backend i
from sglang.multimodal_gen.runtime.layers.attention.selector import (
claim_deferred_component_attn_backend,
get_attn_backend,
get_component_forced_attn_backend,
get_global_forced_attn_backend,
)
from sglang.multimodal_gen.runtime.layers.linear import (