Skip to content

Commit 5ab9bb3

Browse files
committed
Adding KvCacheConfig, SchedulerConfig, and DynamicBatchConfig
1 parent 25389c9 commit 5ab9bb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tensorrt_llm/llmapi/llm_args.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2621,6 +2621,10 @@ def update_llm_args_with_extra_dict(
26212621
"lora_config": LoraConfig,
26222622
"moe_config": MoeConfig,
26232623
"attention_dp_config": AttentionDpConfig,
2624+
"kv_cache_config": KvCacheConfig,
2625+
"scheduler_config": SchedulerConfig,
2626+
"dynamic_batch_config": DynamicBatchConfig,
2627+
26242628
}
26252629
for field_name, field_type in field_mapping.items():
26262630
if field_name in llm_args_dict:

0 commit comments

Comments
 (0)