Mandarum Platform Schedule · GPU Fleet Scheduler
Mandarum Voltra logo

Mandarum Voltra — Pack every GPU, hold every SLO.

An agentic scheduler and autoscaler that places each inference request across a mixed NVIDIA GPU fleet — batching, routing, and packing with NVIDIA Dynamo disaggregated serving and MIG partitioning. It learns from served traffic and DCGM telemetry to raise utilization from ~35% to 80%+ without missing p99.

NVIDIA Dynamo DCGM-driven RL policy MIG-aware packing
Why Voltra exists

Why GPU fleets waste half their budget.

01 · Idle GPUs

Fleets sit at 30–40% utilization

Static schedulers over-provision to be safe and waste GPUs. Voltra continuously re-packs models and requests across the fleet to keep expensive accelerators busy.

02 · SLO misses

Bursty traffic blows p99

Round-robin routing ignores batch shape and live load. Voltra places prefill and decode separately via Dynamo and autoscales each phase to hold first-token latency.

03 · Blind cost

No one routes by price

The same request can run on a cheaper-capable GPU. Voltra routes per request to the lowest-cost GPU that meets the SLO and caps spend at the scheduler.

Capabilities

What Voltra does.

01 / Place

Agentic placement across the fleet.

A reinforcement-learning policy ingests live DCGM telemetry and request shape, then batches, routes, and packs each call onto the right GPU and MIG slice. The policy improves from your own served traffic.

  • RL policy trained on served traffic + DCGM
  • MIG / MPS-aware bin-packing
  • Per-request routing to cheapest-capable GPU
voltra · schedule
await voltra.place({
  model: "meta/llama-3.1-70b",
  slo: "p99<200ms",
  fleet: "h100,h200,l40s"
}); // packed @ 81% util
01
Route
02
Prefill
03
Decode
04
Pack
02 / Scale

Disaggregated autoscaling via Dynamo.

Voltra separates prefill and decode with NVIDIA Dynamo and autoscales each phase independently, maximizing NVLink bandwidth on HGX clusters and absorbing bursts without cold-start latency.

  • Prefill / decode disaggregation via Dynamo
  • Independent autoscaling per phase
  • NVLink-aware placement on HGX
03 / Prove

Test policies before they hit prod.

A built-in simulator replays your fleet from DCGM traces so you can validate a scheduling policy against real load and predict utilization, p99, and $/token before rollout.

  • Policy simulator on real traces
  • Utilization + p99 + cost forecast
  • Safe staged rollout with instant rollback
81%
GPU utilization
168ms
p99 first-token
-47%
$/token
By the numbers

Voltra, in production.

0
Fleet utilization
0
p99 first-token
0
Lower $/token
0
SLO-blind routes

Stop leaving money in idle GPUs.

See how Voltra packs your fleet, holds your SLOs, and cuts $/token from the first request. Start free, or let the team walk you through a fleet simulation on your own hardware.