Skip to content

Add Qwen3 model support and distributed RL fixes for Kubernetes runs. - #2183

Open
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_978343518
Open

copybara-service[bot] wants to merge 1 commit into
mainfrom
test_978343518

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Sep 10, 2026

Copy link
Copy Markdown

Add Qwen3 model support and distributed RL fixes for Kubernetes runs.

@google-cla

google-cla Bot commented Sep 10, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

config = qwen3_model_lib.ModelConfig.qwen3_0p6b()
elif "1.7b" in normalized or "1p7b" in normalized:
config = qwen3_model_lib.ModelConfig.qwen3_1p7b()
elif "4b" in normalized:

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

"14b" matches "4b" first, so Qwen3-14B gets the 4B config.

@copybara-service copybara-service Bot changed the title Add the deepswe entrypoint Add Qwen3 model support and distributed RL fixes for Kubernetes runs. Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants