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
#1813 added `job_config.compile.model_backend_override` to override
configs via
`--job.custom_config_module=torchtitan.experiments.simple_fsdp.job_config
--compile.model_backend_override "aot_eager_autobucketing"`.
However, other commands without override would break, since
`job_config.compile.model_backend_override` is undefined. This PR fixes
the issue.
0 commit comments