Skip to content

开源ICML 2025论文mixture of lookup experts代码 #207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions research/huawei-noah/MoLE/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

# MoLE
Official code of ''Mixture of Lookup Experts''.

<p align="left">
<a href="https://arxiv.org/abs/2503.15798" alt="arXiv">
<img src="https://img.shields.io/badge/arXiv-2503.15798-b31b1b.svg?style=flat" /></a>
</p>

MoLE is a novel edge-friendly LLM architecture. With the same number of activated parameters, MoLE achieves:
+ Latency and memory overhead comparable to dense models
+ Performance on par with Mixture-of-Experts (MoE) models.


<p align="center">
<img src="https://arxiv.org/html/2503.15798v1/x2.png" width="700">
</p>
Loading