[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-10-16 18:47:04 +00:00
parent d240dbb3b7
commit 312f8859e3
2 changed files with 6 additions and 5 deletions

View file

@ -123,11 +123,10 @@ class TrlVllmServer(APIServer):
)
return completions
async def _tokens_and_logprobs_completion_wrapper(
self, **kwargs
self, **kwargs
) -> tuple[list, list, list, list]:
"""
Wrapper for the tokens and logprobs completion using the openai client.
"""
raise NotImplementedError("Not implemented for trl's vLLM server yet.")
raise NotImplementedError("Not implemented for trl's vLLM server yet.")