"apps/vscode:/vscode.git/clone" did not exist on "9432cd63ca45a1bf08a5a3dcfa6d97efd6ab79b5"
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" )
# 检查成功消息 # 检查成功消息
...@@ -162,4 +162,4 @@ EOF ...@@ -162,4 +162,4 @@ EOF
echo "✅ [$(date '+%Y-%m-%d %H:%M:%S')] ${model_name}_tp${tp} test completed and cleaned up" echo "✅ [$(date '+%Y-%m-%d %H:%M:%S')] ${model_name}_tp${tp} test completed and cleaned up"
done < <(grep -v '^#' ../configs/model_to_test.cfg | grep -v '^$') done < <(grep -v '^#' ../configs/model_to_test.cfg | grep -v '^$')
echo -e "\n📊 [$(date '+%Y-%m-%d %H:%M:%S')] All tests completed. Results saved to results/" echo -e "\n📊 [$(date '+%Y-%m-%d %H:%M:%S')] All tests completed. Results saved to results/"
\ No newline at end of file
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