Skip to content
youngharold edited this page Feb 17, 2026 · 12 revisions

Hydra-Inference Wiki

Mixed-vendor GPU inference cluster manager with speculative decoding proxy.

Two Modes

  1. RPC Cluster — Pool CUDA + ROCm GPUs across machines into a single inference endpoint using llama.cpp RPC
  2. Speculative Decoding Proxy — A fast draft model proposes tokens, a large target model verifies them in batch. Output quality identical to the target model alone, 2-3x faster.

Pages

Quick Links

Clone this wiki locally