Skip to content

added parser for moe detection with test#1

Closed
morrison-turnansky wants to merge 39 commits intoissue-20283-levelfrom
issue-20283-model-config
Closed

added parser for moe detection with test#1
morrison-turnansky wants to merge 39 commits intoissue-20283-levelfrom
issue-20283-model-config

Conversation

@morrison-turnansky
Copy link
Copy Markdown
Owner

PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED.

Purpose

Test Plan

Test Result


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft in the Google Doc.

BEFORE SUBMITTING, PLEASE READ https://docs.vllm.ai/en/latest/contributing (anything written below this line will be removed by GitHub Actions)

"num_experts", # Jamba
"moe_num_experts", # Dbrx
"n_routed_experts", # DeepSeek
"num_local_experts", # Mixtral
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Qwen and LLama4?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

I have set things up so that we can add proper keys for the various schemas. We can keep a list and add before we merge.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

track on draft MR since we don't have to worry about the clean diff anymore. vllm-project#26847 (comment)

Jialin and others added 26 commits October 15, 2025 01:41
…le access (vllm-project#26810)

Signed-off-by: Jialin Ouyang <Jialin.Ouyang@gmail.com>
Signed-off-by: Zhikaiiii <1658973216@qq.com>
…e' in get_kv_connector_stats (vllm-project#26851)

Signed-off-by: Chendi Xue <chendi.xue@intel.com>
Signed-off-by: mgoin <mgoin64@gmail.com>
): name change  compilation level to compilation mode, deprecation compilation level (vllm-project#26355)

Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: Morrison Turnansky <mturnans@redhat.com>
Co-authored-by: Luka Govedič <ProExpertProg@users.noreply.github.com>
Signed-off-by: Kourosh Hakhamaneshi <Kourosh@anyscale.com>
…t#24972) (vllm-project#25589)

Signed-off-by: taohui <taohui3@gmail.com>
Signed-off-by: Tao Hui <taohui3@gmail.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Chauncey <chaunceyjiang@gmail.com>
Signed-off-by: windsonsea <haifeng.yao@daocloud.io>
…llm-project#26773)

Signed-off-by: izhuhaoran <izhuhaoran@qq.com>
Co-authored-by: Michael Goin <mgoin64@gmail.com>
…h serve (vllm-project#26784)

Signed-off-by: rongfu.leng <rongfu.leng@daocloud.io>
Signed-off-by: angelayi <yiangela7@gmail.com>
Signed-off-by: Isotr0py <mozf@mail2.sysu.edu.cn>
Signed-off-by: Boyuan Feng <boyuan@meta.com>
…t backends (vllm-project#26656)

Signed-off-by: MengqingCao <cmq0113@163.com>
…sts (vllm-project#26875)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: angelayi <yiangela7@gmail.com>
…llm-project#21810)

Signed-off-by: Ye (Charlotte) Qi <yeq@meta.com>
Signed-off-by: zhewenli <zhewenli@meta.com>
Co-authored-by: Ye (Charlotte) Qi <yeq@meta.com>
Co-authored-by: Ye (Charlotte) Qi <ye.charlotte.qi@gmail.com>
Signed-off-by: yewentao256 <zhyanwentao@126.com>
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: youkaichao <youkaichao@gmail.com>
…sed by Flash Linear Attention ops. (vllm-project#26853)

Co-authored-by: Xudong Ma <mxd@meta.com>
…e in bailing_moe (vllm-project#26876)

Signed-off-by: vito.yy <vito.yy@antgroup.com>
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
li2haipeng and others added 2 commits October 15, 2025 09:45
…ect#26319)

Signed-off-by: li2haipeng <44383182+li2haipeng@users.noreply.github.com>
Signed-off-by: Haipeng Li <li2haipeng@gmail.com>
Co-authored-by: Jee Jee Li <pandaleefree@gmail.com>
morrison-turnansky and others added 3 commits October 15, 2025 13:06
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: adabeyta <aabeyta@redhat.com>
… fields controlled by optimization level are forced to be None

Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
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.