mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-13 19:44:28 +08:00
This commit is contained in:
parent
9c62db07ed
commit
ff9ddbceee
@ -1,5 +1,4 @@
|
|||||||
import asyncio
|
import asyncio
|
||||||
import sys
|
|
||||||
from io import StringIO
|
from io import StringIO
|
||||||
from typing import Awaitable, List
|
from typing import Awaitable, List
|
||||||
|
|
||||||
@ -137,9 +136,6 @@ async def main(args):
|
|||||||
output_buffer.seek(0)
|
output_buffer.seek(0)
|
||||||
await write_file(args.output_file, output_buffer.read().strip())
|
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__":
|
if __name__ == "__main__":
|
||||||
args = parse_args()
|
args = parse_args()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user