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 3427a3a commit 14b66a0Copy full SHA for 14b66a0
ci/L0_check_health_vllm/check_health_test.py
@@ -108,7 +108,7 @@ def test_vllm_not_healthy(self):
108
self._assert_model_ready(True)
109
# The 2nd infer should begin with health check failed
110
self._llm_infer()
111
- self._assert_infer_exception("vLLM engine is not healthy and will be unloaded")
+ self._assert_infer_exception("vLLM engine is not healthy and model will be unloaded")
112
self._assert_model_ready(False)
113
# The 3rd infer should have model not found
114
0 commit comments