Loading...
Loading...
Check whether AutoDeploy YAML configs were actually applied by analyzing server logs and optionally graph dumps (AD_DUMP_GRAPHS_DIR). Use when the user wants to verify config application, debug config issues, or check if AutoDeploy transforms (piecewise CUDA graph, multi-stream, sharding, fusion, etc.) were applied or fell back. Triggers on: "check config", "verify config", "ad-conf-check", "were my configs applied", "config not working", "check if piecewise is enabled", "check log for config", or any request to compare AD YAML settings against runtime behavior.
npx skill4agent add nvidia/skills ad-conf-checkdefault.yamlAD_DUMP_GRAPHS_DIRNNN_stage_transform.txt.nsys-rep.sqliteenable_chunked_prefillTotal configs checked: 29 | APPLIED: 23 | UNKNOWN: 4 | ...resultsconfigvaluestatusevidencesummarytotalcountsdefault.yamlAD_DUMP_GRAPHS_DIRNNN_stage_transform.txt.nsys-rep.sqliteenable_chunked_prefill<trtllm_src>/examples/auto_deploy/model_registry/configs/*.yaml<trtllm_src>/tensorrt_llm/_torch/auto_deploy/config/default.yamlad-conf-check-update<trtllm_src><skill_dir><trtllm_src>/tensorrt_llm/_torch/auto_deploy/config/default.yaml<skill_dir>/references/config_log_patterns.md<skill_dir>default.yamldefault.yamlpython3 <skill_dir>/scripts/parse_config.py <trtllm_src>/tensorrt_llm/_torch/auto_deploy/config/default.yaml <yaml_path1> [<yaml_path2> ...]kv_cache_config.enable_block_reusedefault.yaml{key, value}{
"yaml_files": ["default.yaml", "user_override.yaml"],
"total_configs": 15,
"configs": [
{"key": "compile_backend", "value": "torch-cudagraph"},
{"key": "kv_cache_config.free_gpu_memory_fraction", "value": "0.85"},
{"key": "transforms.compile_model.piecewise_enabled", "value": "True"}
]
}| Agent | Config group | Keys starting with | Reference section |
|---|---|---|---|
| Agent 1 | Top-level configs | | "Top-Level Config Parameters" |
| Agent 2 | KV cache configs | | "kv_cache_config Parameters" |
| Agent 3 | Transform configs | | "Transform Parameters" |
{key, value}[log][graph][nsys][stage=..., transform=<name>][SUMMARY]matches=Nkey=valueenabled: falseenabled: false{config, value, status, evidence}[stage=..., transform=<name>][APPLY][SUMMARY]"Falling back""Skipping""failed"NNN_stage_transform.txt[nsys]enable_chunked_prefillenable_block_reusecompile_backend = torch-cudagraphTotal configs checked: 29 | APPLIED: 23 | ...resultssummary[stage=<stage>, transform=<name>] [SUMMARY] matches=N | time: ...dual-mode enabledprepared with N submodulescaptured graphs"model is not a GraphModule...Falling back to eager execution""Using allreduce strategy: SYMM_MEM""Applied N TP shards from config"enable_chunked_prefillenable_block_reusetorch_dtypedtypecuda_graph_batch_sizescuda_graph_config.batch_sizesmax_seq_lenad-conf-check-update