Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions python/sglang/multimodal_gen/runtime/platforms/cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@ def get_attn_backend_cls_str(

set_fa_ver(4)
target_backend = AttentionBackendEnum.FA
logger.debug(
f"Using FlashAttention (FA3 for hopper, FA4 for blackwell) as default backend"
)

if not cls.has_device_capability(80):
logger.info(
Expand Down
Loading
Loading