Skip to content

Commit

Permalink
[chore] More metrics flag value update
Browse files Browse the repository at this point in the history
  • Loading branch information
kthui committed Nov 27, 2024
1 parent a26a083 commit d4ac650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/L0_backend_vllm/metrics_test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ RET=0
copy_model_repository
run_test VLLMTritonMetricsTest.test_vllm_metrics_disabled

# Test disabling vLLM metrics reporting with parameter "REPORT_CUSTOM_METRICS" set to "no" in config.pbtxt
# Test disabling vLLM metrics reporting with parameter "REPORT_CUSTOM_METRICS" set to "false" in config.pbtxt
copy_model_repository
echo -e "
parameters: {
key: \"REPORT_CUSTOM_METRICS\"
value: {
string_value:\"no\"
string_value: \"false\"
}
}
" >> models/vllm_opt/config.pbtxt
Expand Down

0 comments on commit d4ac650

Please sign in to comment.