From 208dc0c954091085599dbc255bed3828807ba270 Mon Sep 17 00:00:00 2001 From: Jee Jee Li Date: Fri, 12 Dec 2025 00:05:07 +0000 Subject: [PATCH] Fix comments Signed-off-by: Jee Jee Li --- vllm/config/lora.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vllm/config/lora.py b/vllm/config/lora.py index 97915ce925bc8..12693acec0e95 100644 --- a/vllm/config/lora.py +++ b/vllm/config/lora.py @@ -56,8 +56,10 @@ class LoRAConfig: will be automatically assigned to 1-n with the names of the modalities in alphabetic order.""" enable_tower_connector_lora: bool = False - """If `True`, LoRA support for multimodal models will be enabled. Currently, - only the qwenvl series models support this feature. The default is False.""" + """If `True`, LoRA support for the tower (vision encoder) and connector + of multimodal models will be enabled. This is an experimental feature and + currently only supports some MM models such as the Qwen VL series. The default + is False.""" def compute_hash(self) -> str: """