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
33011318
Unverified
Commit
33011318
authored
May 14, 2025
by
Ecthlion_zyy
Committed by
GitHub
May 13, 2025
Browse files
Fix broken example: examples/offline_inference/profiling at scheduler_config (#18117)
parent
4f8b3732
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/offline_inference/profiling.py
examples/offline_inference/profiling.py
+1
-1
No files found.
examples/offline_inference/profiling.py
View file @
33011318
...
...
@@ -193,7 +193,7 @@ def run_profile(context: ProfileContext, csv_output: Optional[str],
batch_size
=
context
.
batch_size
prompt_len
=
context
.
prompt_len
scheduler_config
=
llm
.
llm_engine
.
scheduler_config
scheduler_config
=
llm
.
llm_engine
.
vllm_config
.
scheduler_config
max_model_len
=
llm
.
llm_engine
.
model_config
.
max_model_len
max_num_batched_tokens
=
scheduler_config
.
max_num_batched_tokens
max_num_seqs
=
scheduler_config
.
max_num_seqs
...
...
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