יום שלישי, 15 בספטמבר 2026 LIVE
AI־INFO

כתבה arXiv cs.LG ·

קוונטיזציה דינמית למומחים בקנה מידה גדול

Dynamic Expert Quantization for Scalable Mixture-of-Experts Inference
DynaExq הוא מערכת לקוונטיזציה דינמית שמשפרת את יעילות השימוש במומחים במודלים גדולים. היא מאפשרת להפחית את נפח הזיכרון ולשפר את מהירות העיבוד. המערכת תומכת במודל Qwen3-MoE-30B/80B ומשיגה תוצאות טובות יותר משיטות אחרות.
תקציר מקורי באנגליתarXiv:2511.15015v4 Announce Type: replace-cross Abstract: Mixture-of-Experts (MoE) has become a practical architecture for scaling LLM capacity while keeping per-token compute modest, but deploying MoE models on a single, memory-limited GPU remains difficult because expert weights dominate the HBM footprint. Existing expert offloading and prefetching systems reduce the resident set, yet they often pay expert-loading costs on the critical path when activation becomes dense. Post-training quantization (PTQ) lowers the footprint without transfers, but prevailing pipelines fix expert bit-widths offline and assume routing remains stable, even though MoE expert utilization is heavy-tailed and the hot set can shift across workloads. We present DynaExq, a runtime-aware mixed-precision serving syst
קרא במקור המקורי