Skip to content

Commit 86fd609

Browse files
pskiran1yinggeh
andauthored
Update qa/L0_vertex_ai/test.sh
Co-authored-by: Yingge He <157551214+yinggeh@users.noreply.github.com>
1 parent d159373 commit 86fd609

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
@@ -727,7 +727,10 @@ export AIP_PREDICT_ROUTE="/predict"
727727
export AIP_HEALTH_ROUTE="/health"
728728

729729
SERVER_LOG="vertex_restricted_api_testing_server.log"
730-
SERVER_ARGS="--log-verbose=1 --allow-vertex-ai=true"
730+
SERVER_ARGS="--log-verbose=1 --allow-vertex-ai=true \
731+
--model-repository=restricted_single_model \
732+
--vertex-ai-default-model=identity_fp32 \
733+
--http-restricted-api=metadata,model-config,model-repository,statistics,shared-memory:X-Vertex-Restricted=secret"
731734
SERVER_ARGS+=" --model-repository=restricted_single_model"
732735
SERVER_ARGS+=" --vertex-ai-default-model=identity_fp32"
733736
SERVER_ARGS+=" --http-restricted-api=metadata,model-config,model-repository,statistics,shared-memory:X-Vertex-Restricted=secret"

0 commit comments

Comments
 (0)