Skip to content

Commit c06af9a

Browse files
authored
[Misc] Slight spelling modification (#18039)
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
1 parent 60f7624 commit c06af9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ vLLM is flexible and easy to use with:
7474
- OpenAI-compatible API server
7575
- Support NVIDIA GPUs, AMD CPUs and GPUs, Intel CPUs and GPUs, PowerPC CPUs, TPU, and AWS Neuron.
7676
- Prefix caching support
77-
- Multi-lora support
77+
- Multi-LoRA support
7878

7979
vLLM seamlessly supports most popular open-source models on HuggingFace, including:
8080
- Transformer-like LLMs (e.g., Llama)

vllm/model_executor/layers/logits_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _get_logits(
119119

120120
def extra_repr(self) -> str:
121121
s = f"vocab_size={self.vocab_size}"
122-
s += f", forg_vocab_size={self.org_vocab_size}"
122+
s += f", org_vocab_size={self.org_vocab_size}"
123123
s += f", scale={self.scale}, logits_as_input={self.logits_as_input}"
124124
return s
125125

0 commit comments

Comments
 (0)