Enable MLA by default (#1447)

This commit is contained in:
Ke Bao
2024-09-17 11:42:48 +00:00
committed by GitHub
parent 90a26be31c
commit c6b6d2e71b
8 changed files with 16 additions and 18 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ global_server_args_dict = {
"attention_backend": ServerArgs.attention_backend,
"sampling_backend": ServerArgs.sampling_backend,
"triton_attention_reduce_in_fp32": ServerArgs.triton_attention_reduce_in_fp32,
"enable_mla": ServerArgs.enable_mla,
"disable_mla": ServerArgs.disable_mla,
"torchao_config": ServerArgs.torchao_config,
}