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
fdc44c0a
Commit
fdc44c0a
authored
Apr 17, 2025
by
zhuwenwen
Browse files
update arg_utils.py
parent
2db90e2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+0
-8
No files found.
vllm/engine/arg_utils.py
View file @
fdc44c0a
...
...
@@ -811,14 +811,6 @@ class EngineArgs:
default
=
EngineArgs
.
num_speculative_heads
,
help
=
'The number of speculative heads to sample from '
'the draft model in speculative decoding.'
)
parser
.
add_argument
(
'--model-loader-extra-config'
,
type
=
nullable_str
,
default
=
EngineArgs
.
model_loader_extra_config
,
help
=
'Extra config for model loader. '
'This will be passed to the model loader '
'corresponding to the chosen load_format. '
'This should be a JSON string that will be '
'parsed into a dictionary.'
)
parser
.
add_argument
(
'--ignore-patterns'
,
action
=
"append"
,
...
...
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