Search

Tag: #moe-inference6 results

397B Qwen3.5 at 9 tok/s on $2100 desktop

397B Qwen3.5 at 9 tok/s on $2100 desktop

FOMOE enables running the 397B Qwen3.5 MoE model at 5-9 tokens/s on a $2,100 desktop with two $500 GPUs and 32GB RAM using Q4_K_M quants. It uses VRAM caching for common experts, rolling caches, and Cache-Aware Routing (CAR) to slash NVMe reads to 7%. Achieves this with dual-GPU ping-pong and only 3.5% perplexity drop.

Reddit r/LocalLLaMACommunityMar 23#moe-inference#local-llm#quantization
⚙️

vLLM Dynamic Expert Caching for Low-VRAM MoE

A new PR in vLLM introduces dynamic expert caching with LRU policy, enabling 16G MoE models on 8G VRAM by keeping active experts in VRAM and offloading others to RAM. On cache misses, computation shifts to CPU while reshuffling experts to minimize latency. Upcoming features include mxfp4 quantization and disk streaming.

Reddit r/LocalLLaMACommunityMar 17#expert-caching#moe-inference#low-vram
Eight-Month Review of a 256GB VRAM AI Server

Eight-Month Review of a 256GB VRAM AI Server

An infrastructure engineer shares a six- to eight-month operational review of a workstation-class AI server built for large MoE inference, creative workloads, and business research. The system combines eight RTX 3090 GPUs, two RTX 5090 GPUs, 512GB ECC RAM, and llama.cpp or koboldcpp behind Open WebUI.

Reddit r/LocalLLaMACommunityAug 3#multi-gpu#moe-inference#local-ai