Next-Generation AI Infrastructure

Use all your VRAM. Run beyond it.

Mixture-of-Experts models use only a small subset of their expert networks for each token. MER is building an inference runtime that keeps the most useful experts in GPU memory and uses RAM and NVMe for the larger pool, allowing model capacity to extend beyond VRAM.

Input tokens enter a central router. Four active paths lead to one selected expert in each surrounding expert pool while the other experts remain inactive.

Input token Routed path Selected expert

Partnerships & Programs

MER engine features

Capacity

Run models beyond VRAM

Keep the most useful experts in GPU memory while RAM and NVMe hold the much larger expert pool.

See the memory model
GPU execution

Keep active work on the GPU

The target execution path keeps transformer state and resident-expert work on the accelerator instead of moving each layer through CPU memory.

Review integration status
Memory hierarchy

Move only what is needed

Use a resident expert immediately; stage a missing expert from RAM or NVMe toward VRAM as demand changes.

Explore hit and miss flow
Validation

Prove every architecture step

Deterministic output checks and NVIDIA L4 hardware tests establish correctness while the complete GPU-native path is built.

Inspect the evidence

How MER works

Route precisely. Move less.

When the model needs an expert, MER checks the GPU first. A resident expert can run immediately; a missing expert moves from RAM or NVMe toward VRAM. The architecture is also designed to anticipate likely demand while keeping foreground inference higher priority.

01

Select

A sparse MoE router chooses the small subset of expert networks needed for each token.

02

Use or move

Use an expert immediately if it is in VRAM; otherwise move it from RAM or load it from NVMe through RAM.

03

Execute and anticipate

Run the selected expert on the GPU. The architecture is designed to start moving likely next experts early when confidence and resource budgets allow.

Why MER

Use the VRAM you have. Virtualize the rest.

VRAM remains the fastest place to work. MER aims to fill it safely with the active expert set while using operator-controlled RAM and local storage to extend model capacity beyond the GPU.

01

Use the VRAM you have

Reserve safe space for the model core, context, active requests, temporary GPU work, and transfers.

02

Virtualize the rest

Use nearly all remaining safe VRAM for active experts while RAM and NVMe hold the larger pool.

03

Measure every miss

More VRAM should reduce miss frequency and improve performance; storage latency remains visible and workload-dependent.

Measured evidence

A real engine, not a concept deck.

MER has demonstrated deterministic output agreement, real NVIDIA L4 execution, and measurable reductions in host synchronization. The complete GPU-native token loop and oversized-model throughput target are still in development.

Exact

Deterministic output agreement

The qualification reference and GPU expert execution generated identical output across the fixed test corpus. Correctness evidence, not speed.

Review the correctness scope
NVIDIA L4

Hardware-validated foundation

GPU state, dense execution, attention preparation, and per-request context storage were exercised on real hardware.

Review the validated scope
87.5%

Fewer host synchronizations

A controlled earlier warm-path batching test reduced synchronization operations from 6,144 to 768.

See the batching evidence
Zero

Intermediate CPU readbacks

The hardware-qualified foundation keeps intermediate state on the GPU instead of reading it back to the CPU between qualified operations.

See the GPU-native foundation
Correctness

Fixed-corpus generated output matched exactly across the qualification paths.

Real hardware

NVIDIA L4 tests validate the current GPU-native foundation.

Controlled diagnostic

An earlier warm-path test reduced host synchronizations by 87.5%.

Not yet claimed

Full GPU-native generation and the ≥10 real generated tokens/s target.

Early access

Build the next test with us.

Bring a model, hardware profile, and capacity constraint. We will determine whether the current engine is ready for a useful, bounded evaluation.

Limited early access. Product updates only; no spam. Requests go to sales@amalgafy.com.