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 daf0cb3 commit ffee72eCopy full SHA for ffee72e
1 file changed
qa/L0_vertex_ai/test.sh
@@ -901,7 +901,10 @@ export AIP_PREDICT_ROUTE="/predict"
901
export AIP_HEALTH_ROUTE="/health"
902
903
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"
+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"
908
run_server_nowait
909
vertex_ai_wait_for_server_ready $SERVER_PID 10
910
if [ "$WAIT_RET" != "0" ]; then
0 commit comments