[Doc] correct LoRA capitalization (#20135)

Signed-off-by: kyolebu <kyu@redhat.com>
This commit is contained in:
Kyle Yu
2025-06-26 18:22:12 -04:00
committed by GitHub
parent 562308816c
commit 07b8fae219
2 changed files with 2 additions and 2 deletions

View File

@@ -427,7 +427,7 @@ Specified using `--task embed`.
See [relevant issue on HF Transformers](https://github.com/huggingface/transformers/issues/34882).
!!! note
`jinaai/jina-embeddings-v3` supports multiple tasks through lora, while vllm temporarily only supports text-matching tasks by merging lora weights.
`jinaai/jina-embeddings-v3` supports multiple tasks through LoRA, while vllm temporarily only supports text-matching tasks by merging LoRA weights.
!!! note
The second-generation GTE model (mGTE-TRM) is named `NewModel`. The name `NewModel` is too generic, you should set `--hf-overrides '{"architectures": ["GteNewModel"]}'` to specify the use of the `GteNewModel` architecture.