@@ -343,50 +343,3 @@ def __init__(self):
343343 self .sampler_config = SamplerConfig ()
344344 self .grpc_config = GrpcConfig ()
345345 self .deep_ep_config = DeepEPConfig ()
346-
347- def to_string (self ):
348- return (
349- "[server_config]\n " + self .server_config .to_string () + "\n \n "
350- "[profiling_debug_logging_config]\n "
351- + self .profiling_debug_logging_config .to_string ()
352- + "\n \n "
353- "[model_config]\n " + self .model_config .to_string () + "\n \n "
354- "[sp_config]\n "
355- + self .sp_config .to_string ()
356- + "\n \n "
357- "[lora_config]\n " + self .lora_config .to_string () + "\n \n "
358- "[load_config]\n " + self .load_config .to_string () + "\n \n "
359- "[render_config]\n " + self .render_config .to_string () + "\n \n "
360- "[gang_config]\n " + self .gang_config .to_string () + "\n \n "
361- "[vit_config]\n " + self .vit_config .to_string () + "\n \n "
362- "[generate_env_config]\n " + self .generate_env_config .to_string () + "\n \n "
363- "[quantization_config]\n " + self .quantization_config .to_string () + "\n \n "
364- "[eplb_config]\n " + self .eplb_config .to_string () + "\n \n "
365- "[kv_cache_config]\n " + self .kv_cache_config .to_string () + "\n \n "
366- "[device_resource_config]\n "
367- + self .device_resource_config .to_string ()
368- + "\n \n "
369- "[sparse_config]\n " + self .sparse_config .to_string () + "\n \n "
370- "[embedding_config]\n " + self .embedding_config .to_string () + "\n \n "
371- "[role_config]\n " + self .role_config .to_string () + "\n \n "
372- "[pd_separation_config]\n " + self .pd_separation_config .to_string () + "\n \n "
373- "[parallelism_distributed_config]\n "
374- + self .parallelism_distributed_config .to_string ()
375- + "\n \n "
376- "[model_specific_config]\n "
377- + self .model_specific_config .to_string ()
378- + "\n \n "
379- "[fmha_config]\n " + self .fmha_config .to_string () + "\n \n "
380- "[misc_config]\n " + self .misc_config .to_string () + "\n \n "
381- "[concurrency_config]\n " + self .concurrency_config .to_string () + "\n \n "
382- "[moe_config]\n " + self .moe_config .to_string () + "\n \n "
383- "[jit_config]\n " + self .jit_config .to_string () + "\n \n "
384- "[py_hw_kernel_config]\n " + self .py_hw_kernel_config .to_string () + "\n \n "
385- "[sp_config]\n " + self .sp_config .to_string () + "\n \n "
386- "[sampler_config]\n " + self .sampler_config .to_string () + "\n \n "
387- "[cache_store_config]\n " + self .cache_store_config .to_string () + "\n \n "
388- "[runtime_config]\n " + self .runtime_config .to_string () + "\n \n "
389- "[batch_decode_scheduler_config]\n " + self .runtime_config .batch_decode_scheduler_config .to_string () + "\n \n "
390- "[fifo_scheduler_config]\n " + self .runtime_config .fifo_scheduler_config .to_string () + "\n \n "
391- "[grpc_config]\n " + self .grpc_config .to_string () + "\n \n "
392- )
0 commit comments