mixture-of-experts

Tag

Cards List
#mixture-of-experts

inclusionAI/Ling-3.0-flash weights are up on Hugging Face — MIT, BF16 plus an official FP8

Reddit r/LocalLLaMA · 6d ago

InclusionAI released the Ling-3.0-flash model weights on Hugging Face with MIT license, including BF16 and official FP8 versions. The model uses a fine-grained MoE architecture with 512 experts and 8 active per token, totaling 127.5B params with 5.1B active.

0 favorites 0 likes
#mixture-of-experts

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

Hugging Face Daily Papers · 2026-08-04 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
#mixture-of-experts

Mind Lab puts continual learning to the test with Macaron-V1 (11 minute read)

TLDR AI · 2026-08-04

Mind Lab claims its Macaron-V1 model surpasses GLM-5.2 in benchmarks, using five LoRA expert modules attached to GLM-5.1 with dynamic expert switching and continual learning via distilled LoRA adapters.

0 favorites 0 likes
#mixture-of-experts

@modal: DeepSeek-V4-Flash has 284B total parameters with 13B active per token. Combined with a hybrid compressed attention mech…

X AI KOLs Following · 2026-08-03 Cached

DeepSeek-V4-Flash is a 284B-parameter MoE model with 13B active parameters per token, featuring a hybrid compressed attention mechanism that reduces KV cache needs for 1M-token contexts. It can be served with SGLang on Modal for fast decoding on a single B300.

0 favorites 0 likes
#mixture-of-experts

Smaller, faster, safer: running Kimi and GLM at scale

Hacker News Top · 2026-08-03 Cached

Cloudflare details how it serves large open-source MoE models like Kimi K2.6 and GLM 5.2 efficiently using FP8 KV cache quantization and weight compression, boosting throughput and cutting costs without accuracy loss.

0 favorites 0 likes
#mixture-of-experts

@ProfTomYeh: Switch Transformer by hand ~ 13 steps walkthrough below The Switch Transformer, by Fedus, Zoph, and Shazeer in 2022, is…

X AI KOLs Timeline · 2026-08-03 Cached

A 13-step visual walkthrough explaining how the Switch Transformer works, covering sparse mixture-of-experts routing and why models like GPT-4, Claude, DeepSeek-V3, and Kimi use this architecture to stay efficient.

0 favorites 0 likes
#mixture-of-experts

@NielsRogge: Qwen released a SOTA computer use agent with a technical report It's not on @arxiv, but it is on Papers with Code. You …

X AI KOLs Timeline · 2026-08-03 Cached

Qwen released Qwen-CUA, a native computer-use agent with a 397B-A17B mixture-of-experts backbone, achieving state-of-the-art results on OSWorld-Verified and ranking #2 on WebArena. A technical report is available on Papers with Code.

0 favorites 0 likes
#mixture-of-experts

AI9Stars released G9v3-39A5B

Reddit r/LocalLLaMA · 2026-08-03

AI9Stars released G9v3-39A5B, an open-weights 39B MoE language model with 5 active experts, targeting reasoning, coding, and assistant tasks under Apache 2.0.

0 favorites 0 likes
#mixture-of-experts

Mixture-of-Translators: Translating KV Caches Across Heterogeneous Large Language Models

arXiv cs.CL · 2026-08-03 Cached

This paper introduces Mixture-of-Translators (MoT), a framework for translating KV caches across heterogeneous LLMs, enabling cache reuse between different architectures. Experiments show preserved QA performance and long-context quality across Qwen2.5, GPT-2, and OPT models.

0 favorites 0 likes
#mixture-of-experts

Hierarchical Copula-Gumbel-Top-\texorpdfstring{$K$}{K} Routing: Two-Sided Dependence Control for Frozen Mixture-of-Experts at Fixed Per-Token Routing Laws

arXiv cs.LG · 2026-08-03 Cached

The paper introduces Hierarchical Copula-Gumbel-Top-K (H-CGA) routing, a method to control joint dependence among token routing choices in frozen Mixture-of-Experts models while keeping each token's routing law exactly fixed. It provides theoretical trade-offs between coherence and load dispersion and validates the mechanism with a small-scale pilot.

0 favorites 0 likes
#mixture-of-experts

@no_stp_on_snek: https://huggingface.co/thetom-ai/DeepSeek-V4-Flash-ConfigI-MLX… Fyi. Fits on 128GB of ram for metal. GGUF is coming jus…

X AI KOLs Following · 2026-08-01 Cached

TheTom releases an MLX quantized version of DeepSeek V4 Flash (284B MoE, 21B active) at 3.05 bpw, fitting in 101 GiB to run on 128GB Apple Silicon, with GGUF sibling also available.

0 favorites 0 likes
#mixture-of-experts

Relax Within, Balance Across: Geometry-Guided Load Balancing for Vision-Language Mixture-of-Experts

Hugging Face Daily Papers · 2026-08-01 Cached

This paper presents ReBA (Relax Within, Balance Across), a geometry-guided load-balancing method for vision-language mixture-of-experts models. It addresses modality-specific routing imbalance by balancing image and text separately and grouping correlated visual tokens, improving robustness across resolution and composition shifts.

0 favorites 0 likes
#mixture-of-experts

Run Kimi K3 using 29 GB of RAM at 0.50 tok/s

Hacker News Top · 2026-07-31 Cached

WASTE is a new open-source C inference engine that streams expert weights from disk to run the 2.78-trillion-parameter Kimi K3 model on a consumer laptop with just 29 GB of RAM, achieving 0.49–0.54 tokens/s.

0 favorites 0 likes
#mixture-of-experts

TIER-MoE: Trust-Informed Expert Routing via Conditional Modality Risk for Multimodal Fusion in Biomedical Classification

arXiv cs.LG · 2026-07-31 Cached

This paper introduces TIER-MoE, a risk-guided subspace mixture-of-experts model for multimodal biomedical classification that estimates sample-specific modality reliability from out-of-fold predictions and routes modalities to experts, improving performance and calibration on four public datasets.

0 favorites 0 likes
#mixture-of-experts

The WASTE inference engine (14 minute read)

TLDR AI · 2026-07-31 Cached

WASTE is an open-source inference engine that runs models larger than available RAM by storing expert weights on NVMe. It demonstrates running Kimi K3, a 2.78T parameter MoE model, on a MacBook Pro with 64GB unified memory.

0 favorites 0 likes
#mixture-of-experts

Inkling-Small (4 minute read)

TLDR AI · 2026-07-31 Cached

Thinking Machines released Inkling-Small, an efficient open-weights Mixture-of-Experts model with 276B total and 12B active parameters, achieving comparable performance to its larger sibling Inkling at a quarter of the size. It features native reasoning over audio and images, variable thinking effort, and a 1M-token context window.

0 favorites 0 likes
#mixture-of-experts

@modal: Day 0 support for Inkling-Small on Modal. - 276B parameter MoE with 12B active - 1M context - Variable thinking effort …

X AI KOLs Following · 2026-07-30 Cached

Thinking Machines released Inkling-Small, a 276B-parameter mixture-of-experts model with 12B active parameters, 1M context, and native image/audio understanding, now available on Modal with NVIDIA B300 support.

0 favorites 0 likes
#mixture-of-experts

How Kimi K3 Engineered Its Way to the Frontier [R]

Reddit r/MachineLearning · 2026-07-30

Kimi K3 by Moonshot is an open-weight model ranking fourth among 580 models, featuring innovations like Kimi Delta Attention to reduce KV cache memory, Quantile Balancing for expert load balancing, and AgentENV for efficient RL training sandboxing.

0 favorites 0 likes
#mixture-of-experts

Mixture-of-experts for handwriting trajectory reconstruction from IMU sensors

arXiv cs.LG · 2026-07-30 Cached

A new mixture-of-experts approach for reconstructing handwriting trajectories from IMU sensor data, with separate experts for touching and hovering phases, and a new public benchmark dataset.

0 favorites 0 likes
#mixture-of-experts

Data Fusion and Contrastive Alignment for Unconstrained IR Molecular Structure Elucidation

arXiv cs.LG · 2026-07-30 Cached

This paper proposes modifications to encoder-decoder transformers for unconstrained molecular structure elucidation from IR spectra, using a Mixture-of-Experts decoder and contrastive alignment loss, achieving over 10 percentage points improvement in Top-K accuracy.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback