Rename arguments --disable-nan-detection to --enable-nan-detection (#2066)

This commit is contained in:
Lianmin Zheng
2024-11-17 16:53:44 -08:00
committed by GitHub
parent 62832bb272
commit ebaa2f3199
5 changed files with 17 additions and 20 deletions

View File

@@ -57,7 +57,7 @@ global_server_args_dict = {
"triton_attention_reduce_in_fp32": ServerArgs.triton_attention_reduce_in_fp32,
"disable_mla": ServerArgs.disable_mla,
"torchao_config": ServerArgs.torchao_config,
"disable_nan_detection": ServerArgs.disable_nan_detection,
"enable_nan_detection": ServerArgs.enable_nan_detection,
"enable_dp_attention": ServerArgs.enable_dp_attention,
}