Skip to content

Commit d4ac650

Browse files
committed
[chore] More metrics flag value update
1 parent a26a083 commit d4ac650

File tree

1 file changed

+2
-2
lines changed
  • ci/L0_backend_vllm/metrics_test

1 file changed

+2
-2
lines changed

ci/L0_backend_vllm/metrics_test/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ RET=0
8686
copy_model_repository
8787
run_test VLLMTritonMetricsTest.test_vllm_metrics_disabled
8888

89-
# Test disabling vLLM metrics reporting with parameter "REPORT_CUSTOM_METRICS" set to "no" in config.pbtxt
89+
# Test disabling vLLM metrics reporting with parameter "REPORT_CUSTOM_METRICS" set to "false" in config.pbtxt
9090
copy_model_repository
9191
echo -e "
9292
parameters: {
9393
key: \"REPORT_CUSTOM_METRICS\"
9494
value: {
95-
string_value:\"no\"
95+
string_value: \"false\"
9696
}
9797
}
9898
" >> models/vllm_opt/config.pbtxt

0 commit comments

Comments
 (0)