mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-25 17:10:42 +00:00
fix tests
This commit is contained in:
parent
d5400460e8
commit
c3a118f50d
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ class ServerHarness:
|
|||
except KeyError as e:
|
||||
raise KeyError(f"KeyError: {e} for key:\n{prompt}")
|
||||
|
||||
async def _tokens_and_logprobs_completion_wrapper(
|
||||
async def tokens_and_logprobs_completion(
|
||||
self, **kwargs
|
||||
) -> tuple[list, list, list, list]:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue