Commit 75011627 authored by zhuwenwen's avatar zhuwenwen
Browse files

update num_prompts

parent b0b9d2d9
...@@ -127,7 +127,7 @@ def run_vllm( ...@@ -127,7 +127,7 @@ def run_vllm(
# warmup # warmup
dummy_prompt_token_ids = np.random.randint(10000, dummy_prompt_token_ids = np.random.randint(10000,
size=(args.batch_size, size=(args.num_prompts,
args.input_len)) args.input_len))
dummy_inputs: List[PromptInputs] = [{ dummy_inputs: List[PromptInputs] = [{
"prompt_token_ids": batch "prompt_token_ids": batch
......
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