mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
evals errors
This commit is contained in:
parent
7326bec25c
commit
abe4cec824
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ class GSM8KEvalEnv(BaseEnv):
|
|||
|
||||
# Create evaluation tasks
|
||||
async def eval_task(item):
|
||||
return await self.rollout_and_score_eval(item, self.server_configs[0])
|
||||
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