Skip to content

Commit 20a506c

Browse files
Fix initialization
Signed-off-by: Cyrus Leung <[email protected]>
1 parent bc90e18 commit 20a506c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/outputs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def new(
144144
request_id=request_id,
145145
prompt=prompt,
146146
prompt_token_ids=prompt_token_ids,
147-
multi_modal_placeholders=MultiModalPlaceholderDict(),
147+
multi_modal_placeholders={},
148148
prompt_logprobs=None, # TODO
149149
outputs=[completion_output],
150150
finished=finished,

0 commit comments

Comments
 (0)