diff --git a/docker/llm/serving/xpu/docker/benchmark_vllm_throughput.py b/docker/llm/serving/xpu/docker/benchmark_vllm_throughput.py index 5702db89..fe035865 100644 --- a/docker/llm/serving/xpu/docker/benchmark_vllm_throughput.py +++ b/docker/llm/serving/xpu/docker/benchmark_vllm_throughput.py @@ -388,4 +388,5 @@ if __name__ == "__main__": if args.tokenizer != args.model: raise ValueError("Tokenizer must be the same as the model for MII " "backend.") + main(args)