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 14b66a0 commit 1d58300Copy full SHA for 1d58300
ci/L0_check_health_vllm/check_health_test.py
@@ -108,7 +108,9 @@ 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 model will be unloaded")
+ self._assert_infer_exception(
112
+ "vLLM engine is not healthy and model will be unloaded"
113
+ )
114
self._assert_model_ready(False)
115
# The 3rd infer should have model not found
116
0 commit comments