Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
c06af9a9
Unverified
Commit
c06af9a9
authored
May 13, 2025
by
Jee Jee Li
Committed by
GitHub
May 12, 2025
Browse files
[Misc] Slight spelling modification (#18039)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
60f76243
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
vllm/model_executor/layers/logits_processor.py
vllm/model_executor/layers/logits_processor.py
+1
-1
No files found.
README.md
View file @
c06af9a9
...
@@ -74,7 +74,7 @@ vLLM is flexible and easy to use with:
...
@@ -74,7 +74,7 @@ vLLM is flexible and easy to use with:
-
OpenAI-compatible API server
-
OpenAI-compatible API server
-
Support NVIDIA GPUs, AMD CPUs and GPUs, Intel CPUs and GPUs, PowerPC CPUs, TPU, and AWS Neuron.
-
Support NVIDIA GPUs, AMD CPUs and GPUs, Intel CPUs and GPUs, PowerPC CPUs, TPU, and AWS Neuron.
-
Prefix caching support
-
Prefix caching support
-
Multi-
lora
support
-
Multi-
LoRA
support
vLLM seamlessly supports most popular open-source models on HuggingFace, including:
vLLM seamlessly supports most popular open-source models on HuggingFace, including:
-
Transformer-like LLMs (e.g., Llama)
-
Transformer-like LLMs (e.g., Llama)
...
...
vllm/model_executor/layers/logits_processor.py
View file @
c06af9a9
...
@@ -119,7 +119,7 @@ class LogitsProcessor(nn.Module):
...
@@ -119,7 +119,7 @@ class LogitsProcessor(nn.Module):
def
extra_repr
(
self
)
->
str
:
def
extra_repr
(
self
)
->
str
:
s
=
f
"vocab_size=
{
self
.
vocab_size
}
"
s
=
f
"vocab_size=
{
self
.
vocab_size
}
"
s
+=
f
",
f
org_vocab_size=
{
self
.
org_vocab_size
}
"
s
+=
f
", org_vocab_size=
{
self
.
org_vocab_size
}
"
s
+=
f
", scale=
{
self
.
scale
}
, logits_as_input=
{
self
.
logits_as_input
}
"
s
+=
f
", scale=
{
self
.
scale
}
, logits_as_input=
{
self
.
logits_as_input
}
"
return
s
return
s
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment