mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
fix review cosmetic comment
This commit is contained in:
parent
afa9db5a6b
commit
b413c7562b
1 changed files with 3 additions and 2 deletions
|
@ -304,10 +304,11 @@ class VLLMInferenceAdapter(Inference, ModelsProtocolPrivate):
|
||||||
|
|
||||||
async def health(self) -> HealthResponse:
|
async def health(self) -> HealthResponse:
|
||||||
"""
|
"""
|
||||||
Performs a health check by verifying connectivity to the remote VLLM server.
|
Performs a health check by verifying connectivity to the remote vLLM server.
|
||||||
This method is used by initialize() and the Provider API to verify
|
This method is used by the Provider API to verify
|
||||||
that the service is running correctly.
|
that the service is running correctly.
|
||||||
Returns:
|
Returns:
|
||||||
|
|
||||||
HealthResponse: A dictionary containing the health status.
|
HealthResponse: A dictionary containing the health status.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue