Files
vllm/vllm/engine/llm_engine.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
212 B
Python
Raw Normal View History

# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
from vllm.v1.engine.llm_engine import LLMEngine as V1LLMEngine
2023-05-20 13:06:59 -07:00
LLMEngine = V1LLMEngine # type: ignore