mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Update configs.py
This commit is contained in:
parent
941fadd73c
commit
14b82ae6cc
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ class EngineConfig(BaseConfig):
|
|||
self.gradient_clip_alg: str = cfg["gradient_clip_alg"]
|
||||
self.gradient_clip_val: Optional[float] = cfg["gradient_clip_val"]
|
||||
self.log_extra: bool | dict[str, bool] = cfg["log_extra"]
|
||||
self.logging_inteval: int = cfg["logging_interval"]
|
||||
self.logging_interval: int = cfg["logging_interval"]
|
||||
self.max_steps: int = config[task_key].get("max_steps", None)
|
||||
self.optimize_memory: bool = cfg["optimize_memory"]
|
||||
self.output_dir = Path(cfg["output_dir"]).resolve()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue