Use Flashinfer for target_verify in GDN model for SM120 (#20604)
This commit is contained in:
@@ -210,7 +210,8 @@ def attn_backend_wrapper(runner: "ModelRunner", full_attn_backend: "AttentionBac
|
||||
runner.server_args.attention_backend == "triton"
|
||||
or runner.server_args.attention_backend == "trtllm_mha"
|
||||
or runner.server_args.attention_backend == "fa4"
|
||||
), "triton or trtllm_mha or fa4 backend are the only supported backends on Blackwell GPUs for hybrid GDN models, use --attention-backend triton or --attention-backend trtllm_mha to specify the backend."
|
||||
or runner.server_args.attention_backend == "flashinfer"
|
||||
), "triton, trtllm_mha, fa4, or flashinfer backend are the only supported backends on Blackwell GPUs for hybrid GDN models, use --attention-backend to specify the backend."
|
||||
if is_npu():
|
||||
assert (
|
||||
runner.server_args.attention_backend == "ascend"
|
||||
|
||||
Reference in New Issue
Block a user