Add qwen3_30b_a3b.yaml config for test_policy_update.py#682
Merged
daniellepintz merged 1 commit intomainfrom Feb 9, 2026
Merged
Add qwen3_30b_a3b.yaml config for test_policy_update.py#682daniellepintz merged 1 commit intomainfrom
qwen3_30b_a3b.yaml config for test_policy_update.py#682daniellepintz merged 1 commit intomainfrom
Conversation
|
@daniellepintz has exported this pull request. If you are a Meta employee, you can view the originating Diff in D89833611. |
daniellepintz
added a commit
that referenced
this pull request
Dec 27, 2025
Summary: A new stable version of torchtitan was just released (v0.2.1) corresponding to the commit here. The new version includes a [fix](pytorch/torchtitan@fb54971) to a bug which will fix our weight sync test for Qwen 30B MoE (#682) Differential Revision: D89833771
daniellepintz
added a commit
that referenced
this pull request
Dec 27, 2025
Summary: Pull Request resolved: #683 A new stable version of torchtitan was just released (v0.2.1) corresponding to the commit here. The new version includes a [fix](pytorch/torchtitan@fb54971) to a bug which will fix our weight sync test for Qwen 30B MoE (#682) Differential Revision: D89833771
Contributor
|
This test is used for two purposes
In general,
Also, this test is not configured to run continuously yet ... so it's not used to test infra regression :( |
allenwang28
approved these changes
Dec 30, 2025
Contributor
allenwang28
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
daniellepintz
added a commit
that referenced
this pull request
Jan 16, 2026
Summary: Pull Request resolved: #682 Add a config to test weight sync for Qwen3 30B MoE model Note: the test will fail with this config until we update the torchtitan version. Reviewed By: allenwang28 Differential Revision: D89833611
44177d4 to
19d27ed
Compare
daniellepintz
added a commit
that referenced
this pull request
Jan 17, 2026
Summary: Pull Request resolved: #682 Add a config to test weight sync for Qwen3 30B MoE model Note: the test will fail with this config until we update the torchtitan version. Reviewed By: allenwang28 Differential Revision: D89833611
19d27ed to
6945075
Compare
facebook-github-bot
pushed a commit
that referenced
this pull request
Jan 17, 2026
Summary: Add a config to test weight sync for Qwen3 30B MoE model Note: the test will fail with this config until we update the torchtitan version. Reviewed By: allenwang28 Differential Revision: D89833611
6945075 to
aadd21c
Compare
facebook-github-bot
pushed a commit
that referenced
this pull request
Jan 17, 2026
Summary: - Add a config to test weight sync for Qwen3 30B MoE model - Add the config to run in the CI on every commit to main - Fix docstring in test_policy_update.py Reviewed By: allenwang28 Differential Revision: D89833611
aadd21c to
d47d8b2
Compare
daniellepintz
added a commit
that referenced
this pull request
Jan 19, 2026
Summary: Pull Request resolved: #682 - Add a config to test weight sync for Qwen3 30B MoE model - Add the config to run in the CI on every commit to main - Fix docstring in test_policy_update.py Reviewed By: allenwang28 Differential Revision: D89833611
d47d8b2 to
2411f3d
Compare
daniellepintz
added a commit
that referenced
this pull request
Jan 19, 2026
Summary: Pull Request resolved: #682 - Add a config to test weight sync for Qwen3 30B MoE model - Add the config to run in the CI on every commit to main - Fix docstring in test_policy_update.py Reviewed By: allenwang28 Differential Revision: D89833611
2411f3d to
b79a428
Compare
daniellepintz
added a commit
that referenced
this pull request
Jan 21, 2026
Summary: Pull Request resolved: #682 - Add a config to test weight sync for Qwen3 30B MoE model - Add the config to run in the CI on every commit to main - Fix docstring in test_policy_update.py Reviewed By: allenwang28 Differential Revision: D89833611
b79a428 to
6f57230
Compare
facebook-github-bot
pushed a commit
that referenced
this pull request
Jan 21, 2026
Summary: - Add a config to test weight sync for Qwen3 30B MoE model - Add the config to run in the CI on every commit to main - Fix docstring in test_policy_update.py Reviewed By: allenwang28 Differential Revision: D89833611
6f57230 to
22cc567
Compare
daniellepintz
added a commit
that referenced
this pull request
Jan 23, 2026
Summary: Pull Request resolved: #682 - Add a config to test weight sync for Qwen3 30B MoE model - Add the config to run in the CI on every commit to main - Fix docstring in test_policy_update.py Reviewed By: allenwang28 Differential Revision: D89833611
22cc567 to
0d5b969
Compare
daniellepintz
added a commit
that referenced
this pull request
Jan 24, 2026
Summary: Pull Request resolved: #682 - Add a config to test weight sync for Qwen3 30B MoE model - Add the config to run in the CI on every commit to main - Fix docstring in test_policy_update.py Reviewed By: allenwang28 Differential Revision: D89833611
0d5b969 to
0130e8f
Compare
facebook-github-bot
pushed a commit
that referenced
this pull request
Feb 6, 2026
Summary: - Add a config to test weight sync for Qwen3 30B MoE model - Fix docstring in test_policy_update.py Reviewed By: allenwang28 Differential Revision: D89833611
0130e8f to
e704552
Compare
Summary: - Add a config to test weight sync for Qwen3 30B MoE model - Fix docstring in test_policy_update.py Reviewed By: allenwang28 Differential Revision: D89833611
e704552 to
d0dcc32
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Add a config to test weight sync for Qwen3 30B MoE model
Note: the test will fail with this config until we update the torchtitan version.
Differential Revision: D89833611