Skip to content

Commit b986aea

Browse files
committed
[WIP] Enable backend specifc API for model load/unload
1 parent 1d58300 commit b986aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/L0_check_health_vllm/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function test_check_health {
6464
local unit_test_name="$2"
6565

6666
SERVER_LOG="$test_name.server.log"
67-
SERVER_ARGS="--model-repository=models --model-control-mode=explicit --load-model=*"
67+
SERVER_ARGS="--model-repository=models"
6868
run_server
6969
if [ "$SERVER_PID" == "0" ]; then
7070
echo -e "\n***\n*** Failed to start $SERVER\n***"

0 commit comments

Comments
 (0)