ByteMLPerf icon indicating copy to clipboard operation
ByteMLPerf copied to clipboard

[llm_perf] fix wrong return value type of CoreInferencer.Task.get_result

Open qinhj opened this issue 6 months ago • 1 comments

update async def get_result(self) -> GenerateResult to async def get_result(self) -> GenerateResult

qinhj avatar Aug 20 '24 07:08 qinhj