Revert "[server_args] fix FA4 page_size auto-force for combined --attention-backend fa4" (#28972)
This commit is contained in:
@@ -4651,11 +4651,7 @@ class ServerArgs:
|
||||
self.attention_backend = "triton"
|
||||
|
||||
if (
|
||||
(
|
||||
self.attention_backend == "fa4"
|
||||
or self.decode_attention_backend == "fa4"
|
||||
or self.prefill_attention_backend == "fa4"
|
||||
)
|
||||
self.prefill_attention_backend == "fa4"
|
||||
and not self.use_mla_backend()
|
||||
and is_sm100_supported()
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user