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
80f63a39
Unverified
Commit
80f63a39
authored
Feb 15, 2025
by
Lily Liu
Committed by
GitHub
Feb 15, 2025
Browse files
[V1][Spec Decode] Ngram Spec Decode (#12193)
Signed-off-by:
LiuXiaoxuanPKU
<
lilyliupku@gmail.com
>
parent
367cb8ce
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/worker/tpu_model_runner.py
vllm/v1/worker/tpu_model_runner.py
+1
-1
No files found.
vllm/v1/worker/tpu_model_runner.py
View file @
80f63a39
...
...
@@ -695,7 +695,7 @@ class TPUModelRunner:
model_runner_output
=
ModelRunnerOutput
(
req_ids
=
all_req_ids
,
req_id_to_index
=
self
.
input_batch
.
req_id_to_index
,
sampled_token_ids
=
sampled_token_ids
,
sampled_token_ids
=
[[
token_id
]
for
token_id
in
sampled_token_ids
]
,
logprobs
=
None
,
prompt_logprobs_dict
=
prompt_logprobs_dict
,
# type: ignore[arg-type]
)
...
...
Prev
1
2
Next
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