Commit 66084b04 authored by jerrrrry's avatar jerrrrry
Browse files

Update run_benchmark.sh

parent f4a56708
...@@ -65,7 +65,7 @@ EOF ...@@ -65,7 +65,7 @@ EOF
check_server_status() { check_server_status() {
local log_file=$1 local log_file=$1
local server_pid=$2 local server_pid=$2
local success_msg="Starting vLLM API server on http://0.0.0.0" local success_msg="Starting vLLM API server"
local error_patterns=("RuntimeError" "ValueError" "segmentation fault" "core dumped" ) local error_patterns=("RuntimeError" "ValueError" "segmentation fault" "core dumped" )
# 检查成功消息 # 检查成功消息
......
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