Skip to content

Commit

Permalink
fix: merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackBradshaw committed Apr 22, 2024
1 parent 6882e22 commit 73d8947
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/models/engine_args.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ Below, you can find an explanation of every engine argument for vLLM:
:module: vllm.engine.arg_utils
:func: _engine_args_parser
:prog: -m vllm.entrypoints.openai.api_server
<<<<<<< HEAD
<<<<<<< HEAD
:nodefaultconst:
=======
>>>>>>> 682789d (Fix missing docs and out of sync `EngineArgs` (#4219))
=======
:nodefaultconst:
>>>>>>> fe7d648 (Don't show default value for flags in `EngineArgs` (#4223))

Async Engine Arguments
----------------------
Expand All @@ -22,9 +26,14 @@ Below are the additional arguments related to the asynchronous engine:
.. argparse::
:module: vllm.engine.arg_utils
:func: _async_engine_args_parser
<<<<<<< HEAD
<<<<<<< HEAD
:prog: -m vllm.entrypoints.openai.api_server
:nodefaultconst:
=======
:prog: -m vllm.entrypoints.openai.api_server
>>>>>>> 682789d (Fix missing docs and out of sync `EngineArgs` (#4219))
=======
:prog: -m vllm.entrypoints.openai.api_server
:nodefaultconst:
>>>>>>> fe7d648 (Don't show default value for flags in `EngineArgs` (#4223))

0 comments on commit 73d8947

Please sign in to comment.