We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b986aea commit 7c9baf5Copy full SHA for 7c9baf5
ci/L0_check_health_vllm/test.sh
@@ -64,7 +64,7 @@ function test_check_health {
64
local unit_test_name="$2"
65
66
SERVER_LOG="$test_name.server.log"
67
- SERVER_ARGS="--model-repository=models"
+ SERVER_ARGS="--model-repository=models --model-control-mode=explicit --load-model=*"
68
run_server
69
if [ "$SERVER_PID" == "0" ]; then
70
echo -e "\n***\n*** Failed to start $SERVER\n***"
0 commit comments