Unverified Commit 34128a69 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Fix `autodoc` directives (#4272)


Co-authored-by: default avatarHarry Mellor <hmellor@oxts.com>
parent c1b4e415
AsyncLLMEngine AsyncLLMEngine
================================= =================================
.. autoclass:: vllm.engine.async_llm_engine.AsyncLLMEngine .. autoclass:: vllm.AsyncLLMEngine
:members: generate, abort :members:
:show-inheritance: :show-inheritance:
LLMEngine LLMEngine
================================= =================================
.. autoclass:: vllm.engine.llm_engine.LLMEngine .. autoclass:: vllm.LLMEngine
:members: add_request, abort_request, step :members:
:show-inheritance: :show-inheritance:
Sampling Params Sampling Params
=============== ===============
.. automodule:: vllm.sampling_params.SamplingParams .. autoclass:: vllm.SamplingParams
\ No newline at end of file :members:
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment