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
e729cc82
Unverified
Commit
e729cc82
authored
Apr 20, 2026
by
San-Nguyen
Committed by
GitHub
Apr 20, 2026
Browse files
[Fix] Add Spacing when Requesting Output Token > max_model_len (#40324)
Signed-off-by:
San-Nguyen
<
san.nguyen@ibm.com
>
parent
ec7aafc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/renderers/params.py
vllm/renderers/params.py
+1
-1
No files found.
vllm/renderers/params.py
View file @
e729cc82
...
@@ -204,7 +204,7 @@ class TokenizeParams:
...
@@ -204,7 +204,7 @@ class TokenizeParams:
and
max_output_tokens
>
max_total_tokens
and
max_output_tokens
>
max_total_tokens
):
):
raise
VLLMValidationError
(
raise
VLLMValidationError
(
f
"
{
self
.
max_output_tokens_param
}
=
{
max_output_tokens
}
"
f
"
{
self
.
max_output_tokens_param
}
=
{
max_output_tokens
}
"
f
"cannot be greater than "
f
"cannot be greater than "
f
"
{
self
.
max_total_tokens_param
}
=
{
max_total_tokens
=
}
. "
f
"
{
self
.
max_total_tokens_param
}
=
{
max_total_tokens
=
}
. "
f
"Please request fewer output tokens."
,
f
"Please request fewer output tokens."
,
...
...
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