Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
fe7d648f
Unverified
Commit
fe7d648f
authored
Apr 21, 2024
by
Harry Mellor
Committed by
GitHub
Apr 21, 2024
Browse files
Don't show default value for flags in `EngineArgs` (#4223)
Co-authored-by:
Harry Mellor
<
hmellor@oxts.com
>
parent
cc74b2b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
docs/source/models/engine_args.rst
docs/source/models/engine_args.rst
+3
-1
No files found.
docs/source/models/engine_args.rst
View file @
fe7d648f
...
@@ -9,6 +9,7 @@ Below, you can find an explanation of every engine argument for vLLM:
...
@@ -9,6 +9,7 @@ Below, you can find an explanation of every engine argument for vLLM:
:module: vllm.engine.arg_utils
:module: vllm.engine.arg_utils
:func: _engine_args_parser
:func: _engine_args_parser
:prog: -m vllm.entrypoints.openai.api_server
:prog: -m vllm.entrypoints.openai.api_server
:nodefaultconst:
Async Engine Arguments
Async Engine Arguments
----------------------
----------------------
...
@@ -19,3 +20,4 @@ Below are the additional arguments related to the asynchronous engine:
...
@@ -19,3 +20,4 @@ Below are the additional arguments related to the asynchronous engine:
:module: vllm.engine.arg_utils
:module: vllm.engine.arg_utils
:func: _async_engine_args_parser
:func: _async_engine_args_parser
:prog: -m vllm.entrypoints.openai.api_server
:prog: -m vllm.entrypoints.openai.api_server
:nodefaultconst:
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment