Skip to content

Commit 11543a0

Browse files
committed
Fixed comment length violation
Signed-off-by: Adrian Garcia <adrian.garcia@inceptionai.ai>
1 parent 1ed2689 commit 11543a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/openai/serving_chat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ async def chat_completion_stream_generator(
850850
previous_texts[i] = current_text
851851
all_previous_token_ids[i] = current_token_ids
852852
else:
853-
# Update previous_texts for comprehensive logging even in simple content case
853+
# Update for comprehensive logging even in simple case
854854
assert previous_texts is not None
855855
previous_texts[i] += delta_text
856856

0 commit comments

Comments
 (0)