We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b5d77 commit a2e375bCopy full SHA for a2e375b
rllm/engine/rollout/openai_engine.py
@@ -87,6 +87,7 @@ async def chat_completion(self, messages: list[dict], **kwargs) -> ModelOutput:
87
tool_calls=tool_calls,
88
prompt_ids=[],
89
completion_ids=[],
90
+ logprobs=[],
91
prompt_length=prompt_length,
92
completion_length=completion_length,
93
finish_reason=finish_reason,
0 commit comments