Files
OpenLLM/typings/vllm/__init__.pyi
aarnphm-ec2-dev 820b4991fa chore(stubs): add generated for auto-gptq and vllm [skip ci]
This is to help with working on CPU machine

Signed-off-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-08-03 02:28:24 +00:00

10 lines
563 B
Python
Generated

from vllm.engine.arg_utils import AsyncEngineArgs as AsyncEngineArgs
from vllm.engine.arg_utils import EngineArgs as EngineArgs
from vllm.engine.async_llm_engine import AsyncLLMEngine as AsyncLLMEngine
from vllm.engine.llm_engine import LLMEngine as LLMEngine
from vllm.engine.ray_utils import initialize_cluster as initialize_cluster
from vllm.entrypoints.llm import LLM as LLM
from vllm.outputs import CompletionOutput as CompletionOutput
from vllm.outputs import RequestOutput as RequestOutput
from vllm.sampling_params import SamplingParams as SamplingParams