You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add -m to architecture diagram CLI flags listing
- Document model config persistence in session recovery section
- Add CLI override subsection under Model configs with usage example
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The CLI-provided model config is persisted in the session checkpoint, so
633
+
resumed runs automatically use the same configuration.
634
+
614
635
In addition, model specific parameters can be provided via `model_config`. To do so, define a `model_settings` section in the `model_config` file. This section has to be a dictionary with the model names as keys:
0 commit comments