From 432f185dee551500cde3461fe3a3edb473182de6 Mon Sep 17 00:00:00 2001 From: Wangshanshan <30051912+dominicshanshan@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:31:45 -0800 Subject: [PATCH] Remove unnecessary ray_placement_config from mapping. Signed-off-by: Wangshanshan <30051912+dominicshanshan@users.noreply.github.com> --- tensorrt_llm/llmapi/llm_args.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorrt_llm/llmapi/llm_args.py b/tensorrt_llm/llmapi/llm_args.py index 2ce9bb6244..dcf2eae061 100644 --- a/tensorrt_llm/llmapi/llm_args.py +++ b/tensorrt_llm/llmapi/llm_args.py @@ -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: