mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-28 17:29:30 +00:00
rename fn
This commit is contained in:
parent
352e1b8f88
commit
72210cf4ad
2 changed files with 2 additions and 2 deletions
|
|
@ -712,7 +712,7 @@ class BaseEnv(ABC):
|
|||
if verbose:
|
||||
from atroposlib.utils.display import display_metrics_table
|
||||
|
||||
display_metrics_table(metrics, task_name, end_time - start_time)
|
||||
display_metrics_table(task_name, metrics, start_time, end_time)
|
||||
|
||||
# Build evaluation result structure - skeleton of lighteval's
|
||||
task_key = f"atropos|{task_name}|0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue