mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +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
d07ab3e3ce
commit
5cfd1929f1
19 changed files with 708 additions and 452 deletions
|
|
@ -373,7 +373,9 @@ class GSM8KEvalEnv(BaseEnv):
|
|||
|
||||
# Create evaluation tasks
|
||||
async def eval_task(item):
|
||||
return await self.rollout_and_score_eval(item, self.server.servers[0].config)
|
||||
return await self.rollout_and_score_eval(
|
||||
item, self.server.servers[0].config
|
||||
)
|
||||
|
||||
tasks = [eval_task(item) for item in self.eval_items]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue