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
461089a2
Unverified
Commit
461089a2
authored
Jul 23, 2024
by
Woosuk Kwon
Committed by
GitHub
Jul 23, 2024
Browse files
[Bugfix] Fix a log error in chunked prefill (#6694)
parent
71950af7
Changes
1
Hide 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 @
461089a2
...
@@ -814,7 +814,7 @@ class SchedulerConfig:
...
@@ -814,7 +814,7 @@ class SchedulerConfig:
if
enable_chunked_prefill
:
if
enable_chunked_prefill
:
logger
.
info
(
logger
.
info
(
"Chunked prefill is enabled with max_num_batched_tokens=%d."
,
"Chunked prefill is enabled with max_num_batched_tokens=%d."
,
max_num_batched_tokens
)
self
.
max_num_batched_tokens
)
self
.
max_num_seqs
=
max_num_seqs
self
.
max_num_seqs
=
max_num_seqs
self
.
max_model_len
=
max_model_len
self
.
max_model_len
=
max_model_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