Unverified Commit ff9ddbce authored by zifeitong's avatar zifeitong Committed by GitHub
Browse files

[Misc] Remove #4789 workaround left in vllm/entrypoints/openai/run_batch.py (#5756)

parent 9c62db07
import asyncio
import sys
from io import StringIO
from typing import Awaitable, List
......@@ -137,9 +136,6 @@ async def main(args):
output_buffer.seek(0)
await write_file(args.output_file, output_buffer.read().strip())
# Temporary workaround for https://github.com/vllm-project/vllm/issues/4789
sys.exit(0)
if __name__ == "__main__":
args = parse_args()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment