"tests/vscode:/vscode.git/clone" did not exist on "a8dd9254a756ebbe70fedb0f2b8c0eed900d825b"
Unverified Commit befa41a1 authored by Liangsheng Yin's avatar Liangsheng Yin Committed by GitHub
Browse files

Fix `output_ids` inconsistency (#12628)

parent 30b26ee9
......@@ -253,7 +253,7 @@ class DetokenizerManager(MultiHttpWorkerDetokenizerMixin):
http_worker_ipcs=recv_obj.http_worker_ipcs,
finished_reasons=recv_obj.finished_reasons,
output_strs=output_strs,
output_ids=recv_obj.decode_ids,
output_ids=recv_obj.output_ids,
prompt_tokens=recv_obj.prompt_tokens,
completion_tokens=recv_obj.completion_tokens,
cached_tokens=recv_obj.cached_tokens,
......
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