Skip to content

Commit 7c9baf5

Browse files
committed
Revert "[WIP] Enable backend specifc API for model load/unload"
This reverts commit b986aea.
1 parent b986aea commit 7c9baf5

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"
67+
SERVER_ARGS="--model-repository=models --model-control-mode=explicit --load-model=*"
6868
run_server
6969
if [ "$SERVER_PID" == "0" ]; then
7070
echo -e "\n***\n*** Failed to start $SERVER\n***"

0 commit comments

Comments
 (0)