Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/art/local/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ async def _monitor_openai_server(
max_tokens=1,
timeout=5,
)
# get the completion response, exit the loop
break
except Exception as e:
# If the server is sleeping, a failed health check is okay
if await self._services[model_name].vllm_engine_is_sleeping():
Expand Down