[Doc] Update Qwen documentation (#9869)

This commit is contained in:
Jee Jee Li
2024-10-31 16:54:18 +08:00
committed by GitHub
parent 3ea2dc2ec4
commit 5608e611c2
2 changed files with 6 additions and 3 deletions

View File

@@ -1048,7 +1048,7 @@ class QWenVL(QWenBaseModel):
@MULTIMODAL_REGISTRY.register_max_image_tokens(MAX_QWEN_IMG_TOKENS)
@INPUT_REGISTRY.register_dummy_data(dummy_data_for_qwen)
@INPUT_REGISTRY.register_input_processor(input_processor_for_qwen)
class QWenLMHeadModel(QWenBaseModel):
class QWenLMHeadModel(QWenBaseModel, SupportsLoRA):
"""
QWenLMHeadModel is not only applicable to LLM but also to VL, which is not
conducive to the current integration logic of LoRA in vLLM. Therefore, it