Skip to content

Commit bcada94

Browse files
Add type annotation
1 parent ec011b4 commit bcada94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/llm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def chat(
433433
# messages is List[...]
434434
list_of_messages = [messages]
435435

436-
outputs = []
436+
outputs: List[List[RequestOutput]]] = []
437437

438438
for msgs in list_of_messages:
439439
tokenizer = self.get_tokenizer()

0 commit comments

Comments
 (0)