mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-23 16:54:56 +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
323a8a2601
commit
e98100e5f6
1 changed files with 3 additions and 1 deletions
|
|
@ -564,7 +564,9 @@ class ManagedServer:
|
|||
and prompt is not None
|
||||
):
|
||||
extending_node = self._find_extending_node(prompt)
|
||||
request_kwargs["input_ids"] = self._compute_input_ids(prompt, extending_node)
|
||||
request_kwargs["input_ids"] = self._compute_input_ids(
|
||||
prompt, extending_node
|
||||
)
|
||||
|
||||
if hasattr(self.server, "get_logprobs"):
|
||||
payload = await self.server.get_logprobs(**request_kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue