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
64a40a7a
Unverified
Commit
64a40a7a
authored
Jan 30, 2026
by
Alberto Ferrer
Committed by
GitHub
Jan 31, 2026
Browse files
[Bugfix] Fix typo in read_offset variable name (#33426)
Signed-off-by:
Alberto Ferrer
<
albertof@barrahome.org
>
parent
31aedfe7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/engine/detokenizer.py
vllm/v1/engine/detokenizer.py
+1
-1
No files found.
vllm/v1/engine/detokenizer.py
View file @
64a40a7a
...
...
@@ -280,7 +280,7 @@ class SlowIncrementalDetokenizer(BaseIncrementalDetokenizer):
# Prompt embedding requests cannot be detokenized, in general.
self
.
tokens
=
[
""
]
*
self
.
prompt_len
self
.
prefix_offset
=
0
self
.
read_off
e
st
=
0
self
.
read_offs
e
t
=
0
self
.
token_ids
.
extend
(
request
.
prompt_token_ids
or
[
0
]
*
self
.
prompt_len
)
...
...
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