moe

Tag

Cards List
#moe

I Ran a Full LLM Model on an ESP32 Dev kit V1 (81KB Mem Usage)

Reddit r/ArtificialInteligence · 20h ago

A developer successfully ran a 5.2 million parameter MoE LLM quantized to INT4 on an ESP32 Dev Kit V1 using only 81KB of SRAM by streaming experts from flash, achieving about 5 tokens per second.

0 favorites 0 likes
#moe

@TheAhmadOsman: Dense models like Qwen 3.8 27B are a TERRIBLE experience on unified-memory systems like DGX Spark btw DGX Sparks are be…

X AI KOLs Following · yesterday Cached

Ahmad Osman argues that dense models like Qwen 27B perform poorly on unified-memory systems such as NVIDIA DGX Spark, suggesting MoE models are a better fit; he claims discrete GPUs like the RTX PRO 6000 deliver far better performance for agentic workloads.

0 favorites 0 likes
#moe

@gmkurtzer: I just listened to this video from @latkins who is CTO of @arcee_ai talking about lessons learns of training a large MO…

X AI KOLs Following · 2d ago Cached

Gregory Kurtzer praises Lucas Atkins' talk on lessons learned from training a large sparse Mixture-of-Experts model and life at an AI lab startup.

0 favorites 0 likes
#moe

Auto-fit vs tuned MoE offload: 564 → 1330 pp tok/s, unchanged decode (Qwen3.6-35B-A3B Q6 / RTX 3090)

Reddit r/LocalLLaMA · 3d ago

A developer benchmarks Qwen3.6-35B-A3B Q6 on an RTX 3090, showing that offloading eight MoE expert layers to CPU and increasing batch sizes improves prompt processing by 2.36× (564→1330 tok/s) with no decode speed regression, using evolutionary search to find the tuning config.

0 favorites 0 likes
#moe

MESH: Memory-Efficient Sinkhorn Optimization for Mixture-of-Experts Training

arXiv cs.LG · 3d ago Cached

This paper introduces MESH, a memory-efficient Sinkhorn-based optimizer for Mixture-of-Experts (MoE) training that restores temporal momentum without storing full optimizer state, reducing memory by 62.5% while maintaining competitive evaluation loss compared to AdamW.

0 favorites 0 likes
#moe

Inkling-Small 276B-A12B at ~2.9 tok/s on <10gb memory

Reddit r/LocalLLaMA · 4d ago

Mference, a Swift + Metal inference engine, now supports Inkling-Small 276B-A12B, running it at ~2.9 tok/s on under 10GB memory, enabling large MoE models on consumer Apple hardware.

0 favorites 0 likes
#moe

jabbatheduck/DeepSeek-v4-flash-mini · Hugging Face

Reddit r/LocalLLaMA · 4d ago Cached

jabbatheduck released a GGUF quantized version of the REAP expert-pruned DeepSeek-V4-Flash checkpoint, aggressively compressed for memory-constrained inference on consumer GPUs while preserving router and attention precision.

0 favorites 0 likes
#moe

Mixture-of-Kittens: our open-source MoE megakernel for NVL72s (25 minute read)

TLDR AI · 5d ago Cached

Cursor is open-sourcing Mixture-of-Kittens (MoK), a production MoE training megakernel for NVL72s that fuses communication and computation, delivering a 1.41x end-to-end training throughput improvement for their Composer model.

0 favorites 0 likes
#moe

deepgrove/maple-preview

Hugging Face Models Trending · 5d ago Cached

DeepGrove releases Maple-Preview, an open-source 20B-A1B ternary-weight reasoning LLM with SOTA reasoning for its weight class, capable of 200+ tokens/sec on a Mac mini M4 and competitive with larger models.

0 favorites 0 likes
#moe

Show HN: Maple-Preview – ternary 20B MoE running at 120 tok/s on a iPhone

Hacker News Top · 5d ago

Maple-Preview is a ternary 20B MoE model that runs at 120 tokens per second on an iPhone, showcasing efficient on-device inference.

0 favorites 0 likes
#moe

A llama.cpp PR caches “hot” MoE experts on the GPU — 33 → 56 tok/s reported with 8GB VRAM

Reddit r/LocalLLaMA · 5d ago

A llama.cpp PR adds heatmap-based caching of 'hot' MoE experts on the GPU, improving tok/s by ~1.7-2x for some models on 8GB VRAM, but with mixed results for others.

0 favorites 0 likes
#moe

@AI_Whisper_X: Reposting Su Jianlin's review of the K3 architecture. In one sentence, K3 = KDA + MLA + Stable LatentMoE + AttnRes. The whole design isn't about showing off; the core is making trade-offs among model performance, computational efficiency, and training stability. Here's a brief explanation: KD…

X AI KOLs Timeline · 5d ago Cached

Su Jianlin reviews the K3 architecture, focusing on the combination of KDA + MLA + Stable LatentMoE + AttnRes. He explains the design trade-offs, MoE stability improvements, why MLA was kept, and the relationship between DSV4 and MLA.

0 favorites 0 likes
#moe

Kimi K3 in and on C (c99 and cpu)

Reddit r/ArtificialInteligence · 5d ago

A project claims to run Kimi K3, a 2.78T parameter MoE model, on CPU with 8GB RAM by streaming expert weights from NVMe SSD and using MXFP4 compression, trading speed for memory efficiency.

0 favorites 0 likes
#moe

Special Architecture in AFM3 20B: Instruction Following Pruning

Reddit r/LocalLLaMA · 5d ago

Discusses Apple's AFM3 20B model architecture, which uses Instruction-Following Pruning to activate only ~20% of MLP layers per prompt and keep the model in flash storage for efficient on-device inference.

0 favorites 0 likes
#moe

LLaDA MoE v2: Scaling Mixture-of-Experts Diffusion Language Models

Hugging Face Daily Papers · 6d ago Cached

A research paper presenting scaling laws and design principles for mixture-of-experts diffusion language models, trained as LLaDA MoE v2 (30B-A3B) on 23.5T tokens, approaching Qwen3 on several benchmarks with fewer pretraining tokens.

0 favorites 0 likes
#moe

@peony__snow: +3.2 on ARC-E with only +0.0024% parameters and +0.056% FLOPs. Frac-Connections revisits residuals by partitioning hidd…

X AI KOLs Timeline · 6d ago Cached

Frac-Connections is a new method that partitions hidden states instead of expanding them, extending Hyper-Connections to fractional expansion rates. It achieves stronger downstream performance than residual connections with virtually no extra compute, as validated on up to 7B MoE language models.

0 favorites 0 likes
#moe

@no_stp_on_snek: Delayed but here it is. DeepSeek-V4-Flash-0731 in GGUF at 2.88 bits per weight, 95 GiB, fits and runs on one 128 GB box…

X AI KOLs Following · 6d ago Cached

DeepSeek-V4-Flash-0731 is released in GGUF format at 2.88 bits per weight (95 GiB), making the 284B-parameter MoE runnable on 128 GB machines. Includes a detailed operating guide and a required TurboQuant llama.cpp fork.

0 favorites 0 likes
#moe

DeepSeek-V4-Flash 284B on 5.3GB of memory

Reddit r/LocalLLaMA · 2026-08-02

A developer showcases Mference, a new inference engine that runs MoE models like DeepSeek-V4-Flash on just ~5.3GB of memory by streaming experts from SSD, with a native Mac app and OpenAI-compatible server.

0 favorites 0 likes
#moe

Anyone tested the IQ1_M 342GB Pruned Kimi K3? Is it usable?

Reddit r/LocalLLaMA · 2026-07-30 Cached

This is a highly experimental GGUF version of the 2.8T-parameter Kimi K3 MoE model, with 55% of experts pruned and quantized to ~2.15 bpw (319 GiB). It requires a specific llama.cpp PR and custom patches to run, and includes detailed instructions for usage.

0 favorites 0 likes
#moe

FedWeave: Rethinking the Unit of Specialization in Heterogeneous Federated MoE-LoRA

arXiv cs.LG · 2026-07-30 Cached

FedWeave proposes asymmetric aggregation for federated MoE-LoRA to handle task heterogeneity by separating expert aggregation from router optimization, achieving better specialization and performance.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback