We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25389c9 commit 5ab9bb3Copy full SHA for 5ab9bb3
tensorrt_llm/llmapi/llm_args.py
@@ -2621,6 +2621,10 @@ def update_llm_args_with_extra_dict(
2621
"lora_config": LoraConfig,
2622
"moe_config": MoeConfig,
2623
"attention_dp_config": AttentionDpConfig,
2624
+ "kv_cache_config": KvCacheConfig,
2625
+ "scheduler_config": SchedulerConfig,
2626
+ "dynamic_batch_config": DynamicBatchConfig,
2627
+
2628
}
2629
for field_name, field_type in field_mapping.items():
2630
if field_name in llm_args_dict:
0 commit comments