diff --git a/vllm/utils.py b/vllm/utils.py index 0fa3384aa090..c2aad04941b8 100644 --- a/vllm/utils.py +++ b/vllm/utils.py @@ -1233,8 +1233,8 @@ def _split_lines(self, text, width): 3. Each line is wrapped to the specified width (width of terminal). """ # The patterns also include whitespace after the newline - single_newline = re.compile("(?