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
3d33e372
Unverified
Commit
3d33e372
authored
Jun 05, 2024
by
Nick Hill
Committed by
GitHub
Jun 05, 2024
Browse files
[BugFix] Fix log message about default max model length (#5284)
parent
faf71bcd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/config.py
vllm/config.py
+1
-1
No files found.
vllm/config.py
View file @
3d33e372
...
...
@@ -1223,7 +1223,7 @@ def _get_and_verify_max_len(
logger
.
warning
(
"The model's config.json does not contain any of the following "
"keys to determine the original maximum length of the model: "
"%
d
. Assuming the model's maximum length is %d."
,
possible_keys
,
"%
s
. Assuming the model's maximum length is %d."
,
possible_keys
,
default_max_len
)
derived_max_model_len
=
default_max_len
...
...
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