mirror of
https://github.com/NousResearch/atropos.git
synced 2026-05-02 17:45:50 +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
28468bcae5
commit
d5e6793f02
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ class GSM8kEnv(BaseEnv):
|
|||
|
||||
async def rollout_and_score_eval(self, question: str, answer: str) -> dict:
|
||||
"""Rollout and score evaluation with detailed sample data collection."""
|
||||
|
||||
|
||||
async with self.server.managed_server(tokenizer=self.tokenizer) as managed:
|
||||
completion = await managed.chat_completion(
|
||||
messages=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue