Skip to content

Commit 93df24c

Browse files
committed
cleanup readability
1 parent 6f9fb12 commit 93df24c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

qa/L0_vertex_ai/test.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,10 @@ export AIP_PREDICT_ROUTE="/predict"
901901
export AIP_HEALTH_ROUTE="/health"
902902

903903
SERVER_LOG="vertex_max_input_size_server.log"
904-
SERVER_ARGS="--allow-vertex-ai=true --model-repository=restricted_single_model --vertex-ai-default-model=identity_fp32 --http-max-input-size=128"
904+
SERVER_ARGS="--allow-vertex-ai=true \
905+
--model-repository=restricted_single_model \
906+
--vertex-ai-default-model=identity_fp32 \
907+
--http-max-input-size=128"
905908
run_server_nowait
906909
vertex_ai_wait_for_server_ready $SERVER_PID 10
907910
if [ "$WAIT_RET" != "0" ]; then

0 commit comments

Comments
 (0)