Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit a7dccd6

Browse files
zifeitongRobert Shaw
authored and
Robert Shaw
committed
[Misc] Remove vllm-project#4789 workaround left in vllm/entrypoints/openai/run_batch.py (vllm-project#5756)
1 parent 1a6c6dd commit a7dccd6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vllm/entrypoints/openai/run_batch.py

Lines changed: 0 additions & 4 deletions
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)