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
7ba425e9
Unverified
Commit
7ba425e9
authored
Mar 27, 2026
by
Michael Goin
Committed by
GitHub
Mar 27, 2026
Browse files
Add short flag `-sc` for `--speculative-config` argument (#38380)
Co-authored-by:
Claude
<
noreply@anthropic.com
>
parent
b8665383
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-1
No files found.
vllm/engine/arg_utils.py
View file @
7ba425e9
...
...
@@ -1301,7 +1301,7 @@ class EngineArgs:
# delay the Pydantic validation that comes with SpeculativeConfig.
vllm_kwargs
[
"speculative_config"
][
"type"
]
=
optional_type
(
json
.
loads
)
vllm_group
.
add_argument
(
"--speculative-config"
,
**
vllm_kwargs
[
"speculative_config"
]
"--speculative-config"
,
"-sc"
,
**
vllm_kwargs
[
"speculative_config"
]
)
vllm_group
.
add_argument
(
"--kv-transfer-config"
,
**
vllm_kwargs
[
"kv_transfer_config"
]
...
...
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