Skip to content

Commit ccb3c20

Browse files
zifeitongAlvant
authored andcommitted
[Misc] Remove vllm-project#4789 workaround left in vllm/entrypoints/openai/run_batch.py (vllm-project#5756)
Signed-off-by: Alvant <[email protected]>
1 parent 074fff8 commit ccb3c20

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)