Skip to content

[model] support Qwen/Qwen3.6-27B#9184

Merged
Jintao-Huang merged 1 commit into
modelscope:mainfrom
Jintao-Huang:support_qwen3_6_27b
Apr 22, 2026
Merged

[model] support Qwen/Qwen3.6-27B#9184
Jintao-Huang merged 1 commit into
modelscope:mainfrom
Jintao-Huang:support_qwen3_6_27b

Conversation

@Jintao-Huang
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request adds support for the Qwen3.6-27B and Qwen3.6-27B-FP8 models by updating the documentation and the model registry in swift/model/models/qwen.py. Feedback was provided regarding the formatting of the new model group to ensure consistency with the existing code style and a suggestion to merge the new models into the existing Qwen3.5 group to reduce redundancy.

Comment on lines +1479 to +1482
ModelGroup([
Model('Qwen/Qwen3.6-27B', 'Qwen/Qwen3.6-27B'),
Model('Qwen/Qwen3.6-27B-FP8', 'Qwen/Qwen3.6-27B-FP8'),
], TemplateType.qwen3_5),
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The indentation and formatting of the new ModelGroup do not match the existing style in this file (see lines 1473-1478). For consistency, please use 8-space indentation for the Model items and place the TemplateType on a new line. Additionally, since these models use the same TemplateType.qwen3_5 as the previous group, they could be merged into a single ModelGroup to reduce redundancy and maintain a cleaner model list.

            ModelGroup([
                    Model('Qwen/Qwen3.6-27B', 'Qwen/Qwen3.6-27B'),
                    Model('Qwen/Qwen3.6-27B-FP8', 'Qwen/Qwen3.6-27B-FP8'),
                ],
                TemplateType.qwen3_5),

@Jintao-Huang Jintao-Huang merged commit 3a45ea4 into modelscope:main Apr 22, 2026
3 checks passed
Jintao-Huang added a commit that referenced this pull request Apr 23, 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.

1 participant