[FDConfig]Turn on the CUDAGraph + PD Disaggregation switch (#4530)

This commit is contained in:
RAM
2025-10-23 21:05:14 +08:00
committed by GitHub
parent 9dc5c3e370
commit e36343d807

View File

@@ -1510,11 +1510,6 @@ class FDConfig:
self.structured_outputs_config.guided_decoding_backend = "xgrammar"
# Adjustment GraphOptConfig
if self.scheduler_config.splitwise_role != "mixed":
self.graph_opt_config.use_cudagraph = False
logger.info(
"CUDAGraph does not support to be started together with PD Disaggregation temporarily, but has been automatically closed!"
)
if self.load_config is not None and self.load_config.dynamic_load_weight is True:
self.graph_opt_config.graph_opt_level = 0
logger.info(