"ssh:/git@developer.sourcefind.cn:2222/OpenDAS/vllm_cscc.git" did not exist on "97a01308e9ceef351c5ae36bbc9f59b0a03f808b"
Unverified Commit 33011318 authored by Ecthlion_zyy's avatar Ecthlion_zyy Committed by GitHub
Browse files

Fix broken example: examples/offline_inference/profiling at scheduler_config (#18117)

parent 4f8b3732
...@@ -193,7 +193,7 @@ def run_profile(context: ProfileContext, csv_output: Optional[str], ...@@ -193,7 +193,7 @@ def run_profile(context: ProfileContext, csv_output: Optional[str],
batch_size = context.batch_size batch_size = context.batch_size
prompt_len = context.prompt_len 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_model_len = llm.llm_engine.model_config.max_model_len
max_num_batched_tokens = scheduler_config.max_num_batched_tokens max_num_batched_tokens = scheduler_config.max_num_batched_tokens
max_num_seqs = scheduler_config.max_num_seqs max_num_seqs = scheduler_config.max_num_seqs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment