Update base.py

This commit is contained in:
bobtajson 2025-10-23 10:27:23 +02:00 committed by GitHub
parent 59ad9643d6
commit 6e2d36bd2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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": {