Local model execution
Run the engine and model weights in infrastructure the operator controls rather than depending on an external inference API for every request.
Why MER
Sparse Mixture-of-Experts models activate only some expert networks for each token. MER is building around that property: the active working set fits usable VRAM while the complete expert pool can extend through RAM to NVMe.
Fully resident accelerator inference typically requires the complete model footprint to fit available accelerator memory. That remains the preferred deployment when the model fits and maximum latency or throughput is the priority.
Routed MoE models expose a different possibility: keep the transformer’s active state and highest-value expert working set in VRAM, while virtualizing the larger expert pool across RAM and NVMe. More VRAM can improve residency and reduce misses without changing that capacity architecture. MER does not claim that misses perform like fully resident weights.
Deployment tradeoff
| Factor | Fully resident accelerator | MER virtualized residency |
|---|---|---|
| Model-fit requirement | Complete model fits accelerator memory | Active working set fits usable VRAM; expert pool may exceed it |
| Expert residency | All expert weights resident | Demand-managed VRAM hot set |
| Storage participation | Primarily startup and loading | NVMe/SSD backs misses through RAM staging |
| When VRAM increases | More room for model, KV, or concurrency | Larger expert hot set and potentially fewer misses |
| Miss cost | No expert residency miss in the steady state | Workload-dependent storage, staging, and upload latency |
| Expected operating point | Best latency and throughput when the model fits | Capacity-oriented inference with measurable miss tradeoffs |
A 24 GB, 48 GB, or 80 GB GPU gives MER a different safe expert-residency budget and therefore a different likely miss rate and performance profile. The intent is for those devices to share a capacity architecture, not equal performance. No universal model-to-VRAM multiplier is claimed until model-, artifact-, and hardware-specific measurements exist.
Data control
Run the engine and model weights in infrastructure the operator controls rather than depending on an external inference API for every request.
Relevant target environments include on-premises systems, private cloud, disconnected research networks, edge sites, and sovereign infrastructure.
MER does not claim security, privacy, or compliance certifications that have not been completed.
Target use cases
Intended evaluation area; not presented as a completed customer deployment.
Intended evaluation area; not presented as a completed customer deployment.
Intended evaluation area; not presented as a completed customer deployment.
Intended evaluation area; not presented as a completed customer deployment.
Intended evaluation area; not presented as a completed customer deployment.
Environmental positioning