Skip to content

Move runtime and training controls out of model config #313

@mkumar73

Description

@mkumar73

Some settings belong to runtime behavior, not to model definition. Things like precision, device selection, callbacks, checkpointing, and related training controls should not live inside the model config.

This issue moves runtime knobs out of model config and into trainer/runtime config. The point is to keep model config focused on the model itself.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions