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 a26a083 commit d4ac650Copy full SHA for d4ac650
ci/L0_backend_vllm/metrics_test/test.sh
@@ -86,13 +86,13 @@ RET=0
86
copy_model_repository
87
run_test VLLMTritonMetricsTest.test_vllm_metrics_disabled
88
89
-# 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
90
91
echo -e "
92
parameters: {
93
key: \"REPORT_CUSTOM_METRICS\"
94
value: {
95
- string_value:\"no\"
+ string_value: \"false\"
96
}
97
98
" >> models/vllm_opt/config.pbtxt
0 commit comments