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
1e57b1ee
Unverified
Commit
1e57b1ee
authored
Feb 07, 2025
by
Cyrus Leung
Committed by
GitHub
Feb 06, 2025
Browse files
[Misc] Remove unnecessary decode call (#12833)
parent
e152f295
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
vllm/inputs/preprocess.py
vllm/inputs/preprocess.py
+0
-2
No files found.
vllm/inputs/preprocess.py
View file @
1e57b1ee
...
...
@@ -260,8 +260,6 @@ class InputPreprocessor:
mm_processor
=
self
.
mm_registry
.
create_processor
(
self
.
model_config
,
tokenizer
)
if
isinstance
(
prompt
,
list
):
prompt
=
tokenizer
.
decode
(
prompt
)
if
mm_processor_kwargs
is
None
:
mm_processor_kwargs
=
{}
...
...
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