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
=================================
.. autoclass:: vllm.engine.async_llm_engine.AsyncLLMEngine
:members: generate, abort
.. autoclass:: vllm.AsyncLLMEngine
:members:
:show-inheritance:
LLMEngine
=================================
.. autoclass:: vllm.engine.llm_engine.LLMEngine
:members: add_request, abort_request, step
:show-inheritance:
\ No newline at end of file
.. autoclass:: vllm.LLMEngine
:members:
:show-inheritance:
Sampling Params
===============
.. automodule:: vllm.sampling_params.SamplingParams
\ No newline at end of file
.. autoclass:: vllm.SamplingParams
: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