Skip to content

Conversation

HaloKim
Copy link

@HaloKim HaloKim commented Sep 25, 2025

Add support for Qwen3 MoE conversion.

Modified files:

  • mergekit/architecture/moe_defs.py
  • mergekit/moe/init.py
  • mergekit/moe/qwen.py
  • mergekit/moe/qwen3.py

Copy link

github-actions bot commented Sep 25, 2025


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


1 out of 2 committers have signed the CLA.
✅ (HaloKim)[https://github.com/HaloKim]
❌ @dev7halo
dev7halo seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

cursor[bot]

This comment was marked as outdated.

@HaloKim
Copy link
Author

HaloKim commented Sep 25, 2025

I have read the CLA Document and I hereby sign the CLA

@HaloKim
Copy link
Author

HaloKim commented Sep 25, 2025

recheck

base_model = config.base_model
base_cfg = base_model.config(trust_remote_code=merge_options.trust_remote_code)

# 출력 디렉토리 생성
Copy link

Choose a reason for hiding this comment

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

Bug: Untranslated Comments in Python File

The qwen3.py file includes several untranslated Korean comments that were accidentally committed. These comments should be localized to English or removed for consistency.

Additional Locations (4)

Fix in Cursor Fix in Web

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