mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-22 16:48:57 +00:00
Merge pull request #267 from bobtajson/main
fix: correct typo and improve code quality
This commit is contained in:
commit
c96b8a1255
3 changed files with 7 additions and 5 deletions
|
|
@ -721,7 +721,7 @@ class BaseEnv(ABC):
|
|||
eval_result = {
|
||||
"config_general": {
|
||||
"model_name": model_name,
|
||||
"total_evaluation_time_secondes": str(end_time - start_time),
|
||||
"total_evaluation_time_seconds": str(end_time - start_time),
|
||||
"generation_parameters": merged_gen_params,
|
||||
},
|
||||
"results": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue