mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 05:25:00 +08:00
This commit is contained in:
parent
9c62db07ed
commit
ff9ddbceee
@ -1,5 +1,4 @@
|
||||
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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user