mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Update type_definitions.py
This commit is contained in:
parent
3157e6d7e8
commit
59ad9643d6
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ GameHistory = List[GameStep]
|
|||
class EvaluationConfigGeneral(TypedDict):
|
||||
"""Configuration section of evaluation results."""
|
||||
|
||||
total_evaluation_time_secondes: str
|
||||
total_evaluation_time_seconds: str
|
||||
model_name: Optional[str]
|
||||
generation_parameters: Dict[str, Any]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue