Skip to content

Commit

Permalink
remove EngineDeadError
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic committed Dec 28, 2024
1 parent 8f22b4b commit 577fe7f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions vllm/v1/engine/async_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@

logger = init_logger(__name__)


class EngineDeadError(RuntimeError):
pass


class AsyncLLM(EngineClient):

def __init__(
Expand All @@ -46,9 +41,6 @@ def __init__(
start_engine_loop: bool = True,
) -> None:

# Flag for API server to know if we should shutdown.
self._errored = False

# The child processes will send SIGQUIT when unrecoverable
# errors happen. We kill the process tree here so that the
# stack trace is very evident.
Expand Down

0 comments on commit 577fe7f

Please sign in to comment.