mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-25 17:10:42 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d240dbb3b7
commit
312f8859e3
2 changed files with 6 additions and 5 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue