[Bugfix] Fix LoRA extra vocab size (#15047)
Some checks failed
Create Release / Create Release (push) Has been cancelled

Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
This commit is contained in:
Jee Jee Li
2025-03-19 00:40:29 +08:00
committed by simon-mo
parent 1a504aff6c
commit 966f933ee1
5 changed files with 1 additions and 5 deletions

View File

@@ -342,7 +342,6 @@ def load_phi4mm(question: str, image_urls: list[str]) -> ModelRequestData:
limit_mm_per_prompt={"image": len(image_urls)},
enable_lora=True,
max_lora_rank=320,
lora_extra_vocab_size=0,
)
placeholders = "".join(f"<|image_{i}|>"