Skip to content

[minor fix] job config#1934

Merged
BoyuanFeng merged 1 commit intomainfrom
bf/fix-job-config
Oct 25, 2025
Merged

[minor fix] job config#1934
BoyuanFeng merged 1 commit intomainfrom
bf/fix-job-config

Conversation

@BoyuanFeng
Copy link
Contributor

#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.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Oct 25, 2025
Copy link
Contributor

@ruisizhang123 ruisizhang123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thank you for the fix!

@BoyuanFeng BoyuanFeng merged commit 81a36c5 into main Oct 25, 2025
5 checks passed
jquesnelle pushed a commit to NousResearch/torchtitan that referenced this pull request Nov 10, 2025
pytorch#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.
xrsrke pushed a commit to NousResearch/torchtitan that referenced this pull request Feb 13, 2026
pytorch#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.
xrsrke pushed a commit to NousResearch/torchtitan that referenced this pull request Feb 25, 2026
pytorch#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants