added parser for moe detection with test#1
Closed
morrison-turnansky wants to merge 39 commits intoissue-20283-levelfrom
Closed
added parser for moe detection with test#1morrison-turnansky wants to merge 39 commits intoissue-20283-levelfrom
morrison-turnansky wants to merge 39 commits intoissue-20283-levelfrom
Conversation
vllm/config/model.py
Outdated
| "num_experts", # Jamba | ||
| "moe_num_experts", # Dbrx | ||
| "n_routed_experts", # DeepSeek | ||
| "num_local_experts", # Mixtral |
Owner
Author
There was a problem hiding this comment.
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.
Owner
Author
There was a problem hiding this comment.
track on draft MR since we don't have to worry about the clean diff anymore. vllm-project#26847 (comment)
211fe4a to
4a53a64
Compare
9c6d2e0 to
930fd18
Compare
…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>
…ect#26873) Signed-off-by: sanghol <sanghol@allenai.org>
…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>
…roject#26456) Signed-off-by: Yongye Zhu <zyy1102000@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>
…project#26842) Signed-off-by: Jialin Ouyang <Jialin.Ouyang@gmail.com>
Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
…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>
vllm-project#25370) Signed-off-by: wang.yuqi <noooop@126.com>
930fd18 to
e849607
Compare
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: adabeyta <aabeyta@redhat.com>
…for compilationmode.none
e849607 to
4c8f770
Compare
4093a43 to
3b1c862
Compare
… 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>
69e2ccb to
23985af
Compare
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
Signed-off-by: morrison-turnansky <mturnans@redhat.com>
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.
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
supported_models.mdandexamplesfor a new model.BEFORE SUBMITTING, PLEASE READ https://docs.vllm.ai/en/latest/contributing (anything written below this line will be removed by GitHub Actions)