mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
Remove unnecessary ray_placement_config from mapping.
Signed-off-by: Wangshanshan <30051912+dominicshanshan@users.noreply.github.com>
This commit is contained in:
parent
e771ff820a
commit
432f185dee
@ -3344,7 +3344,6 @@ def update_llm_args_with_extra_dict(
|
||||
"attention_dp_config": AttentionDpConfig,
|
||||
"sparse_attention_config": BaseSparseAttentionConfig,
|
||||
"kv_cache_config": KvCacheConfig,
|
||||
"ray_placement_config": RayPlacementConfig,
|
||||
}
|
||||
for field_name, field_type in field_mapping.items():
|
||||
if field_name in llm_args_dict:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user