Skip to content

Commit 294c9b3

Browse files
zifeitongjimpang
authored and
jimpang
committed
[Misc] Remove vllm-project#4789 workaround left in vllm/entrypoints/openai/run_batch.py (vllm-project#5756)
1 parent f00900a commit 294c9b3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vllm/entrypoints/openai/run_batch.py

-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import asyncio
2-
import sys
32
from io import StringIO
43
from typing import Awaitable, List
54

@@ -137,9 +136,6 @@ async def main(args):
137136
output_buffer.seek(0)
138137
await write_file(args.output_file, output_buffer.read().strip())
139138

140-
# Temporary workaround for https://github.com/vllm-project/vllm/issues/4789
141-
sys.exit(0)
142-
143139

144140
if __name__ == "__main__":
145141
args = parse_args()

0 commit comments

Comments
 (0)