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
7151f922
Unverified
Commit
7151f922
authored
Jun 30, 2025
by
Woosuk Kwon
Committed by
GitHub
Jun 30, 2025
Browse files
[Misc] Fix spec decode example (#20296)
Signed-off-by:
Woosuk Kwon
<
woosuk.kwon@berkeley.edu
>
parent
e28533a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
examples/offline_inference/spec_decode.py
examples/offline_inference/spec_decode.py
+0
-2
No files found.
examples/offline_inference/spec_decode.py
View file @
7151f922
...
@@ -79,9 +79,7 @@ def main():
...
@@ -79,9 +79,7 @@ def main():
trust_remote_code
=
True
,
trust_remote_code
=
True
,
tensor_parallel_size
=
args
.
tp
,
tensor_parallel_size
=
args
.
tp
,
enable_chunked_prefill
=
args
.
enable_chunked_prefill
,
enable_chunked_prefill
=
args
.
enable_chunked_prefill
,
max_num_batched_tokens
=
args
.
max_num_batched_tokens
,
enforce_eager
=
args
.
enforce_eager
,
enforce_eager
=
args
.
enforce_eager
,
max_num_seqs
=
args
.
max_num_seqs
,
gpu_memory_utilization
=
0.8
,
gpu_memory_utilization
=
0.8
,
speculative_config
=
speculative_config
,
speculative_config
=
speculative_config
,
disable_log_stats
=
False
,
disable_log_stats
=
False
,
...
...
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