Commit Graph
23 Commits
Author SHA1 Message Date
b8zhongandBrayden Zhong 34c286b811 Fix the shared expert & routed expert overlap in Llama 4 (#12405)
Co-authored-by: Brayden Zhong <b8zhong@users.noreply.github.com>
2025-10-30 20:14:49 -07:00
gongwei-130 ab62b135c1 support Llama4 with non uniformed intermediate size across layers for… (#10047) 2025-09-05 17:28:15 -07:00
Cheng Wan 295895120d [6/N] MoE Refactor: Cleanup MoE-related configs (#8849) 2025-08-14 21:14:53 -07:00
wxzhoucs 4c22897a66 Feature: support qwen and llama4 reducescatter for dp attention padding (#9101) 2025-08-13 21:10:29 -07:00
Cheng Wan b87aacb5c5 [DP Attention] Refactor: adding some utility functions (#9136) 2025-08-13 21:08:06 -07:00
Brayden Zhong 4a9f3eef90 Tiny Llama4 type error in constructor (#6752) 2025-08-09 01:03:59 -07:00
Varun Vinayak Shenoy 7ed8e51bc3 [fix] Fix divide by zero error for llama4. (#8683) 2025-08-03 00:55:55 -07:00
Wenchen Loandroot ea93079b30 model: adapt mllama4 to VisionAttention (#8512)
Co-authored-by: root <mickjagger19@icloud.com>
2025-08-02 00:39:40 -07:00
Cheng Wan 9effeb5bdd Support EPLB in FusedMoE (#8448) 2025-07-29 16:02:41 -07:00
Cheng Wan 15ad6c9086 [1/N] MoE Refactor: refactor select_experts (#7966) 2025-07-19 00:51:15 -07:00
Yi Zhang 8c298031d5 refactor llama4 dp attention logic (#7729) 2025-07-03 22:48:11 -07:00
Lianmin Zheng 03886917bd Disable all two stream overlap on amd (#6475) 2025-05-20 19:06:59 -07:00
b2e95f62b4 Fix two issues related to --moe-dense-tp-size=1 (#5657)
Co-authored-by: liusy58 <liusy58@linux.alibaba.com>
Co-authored-by: 颉沆 <xiehang.lsy@alibaba-inc.com>
2025-05-12 23:51:39 -07:00
applesaucethebunandBrayden Zhong 2ce8793519 Add typo checker in pre-commit (#6179)
Co-authored-by: Brayden Zhong <b8zhong@uwaterloo.ca>
2025-05-11 12:55:00 +08:00
fzyzcjy 3b2680a44d Overlap shared expert and routed expert computations (#5121) 2025-05-08 01:02:32 -07:00
Ying Sheng 11383cec3c [PP] Add pipeline parallelism (#5724) 2025-04-30 18:18:07 -07:00
Lianmin Zheng 621e96bf9b [CI] Fix ci tests (#5769) 2025-04-27 07:18:10 -07:00
fzyzcjy cd7e32e2cb Optimize attention in llama4 (#5127) 2025-04-11 00:32:41 -07:00
Mick fbebcb7aa4 model: support mllama4 (#5144) 2025-04-09 09:28:44 -07:00
4065248214 Support Llama4 fp8 inference (#5194)
Co-authored-by: laixinn <xielx@shanghaitech.edu.cn>
Co-authored-by: sleepcoo <sleepcoo@gmail.com>
Co-authored-by: zhyncs <me@zhyncs.com>
2025-04-09 20:14:34 +08:00
fzyzcjy 86a876d883 Optimize topk operation in llama4 (#5128) 2025-04-09 02:50:22 -07:00
fzyzcjy 5039d54772 Support 2x8xH100 for Llama 4 (#5159) 2025-04-08 14:55:14 -07:00
f04c80dc42 Add Llama4 support (#5092)
Co-authored-by: Cheng Wan <cwan39@gatech.edu>
Co-authored-by: fzyzcjy <ch271828n@outlook.com>
Co-authored-by: ispobock <ispobaoke@163.com>
2025-04-07 00:29:36 -07:00