Routing NVIDIA PAIR to llama.cpp on an AMD ROCm node (2×R9700): full notes

Don_Reuter · reddit · 2026-09-11

A detailed writeup of making NVIDIA's Personal AI Router (PAIR) route to a tuned llama.cpp setup on an AMD ROCm node. PAIR ships GPU telemetry only for NVIDIA nodes, so the author added AMD telemetry via amd-smi (ROCm 7.2.0) and fronted an existing llama-swap server with a custom process-mode engine manifest + adoption. Verified on 2×R9700 (gfx1201) under the Go race detector. Code was vibe-coded by a local Qwen model with local-model review. Gotchas: manifests are embedded at build time (no rebuild = no effect), proxies are per-protocol not per-node, and the Intel xpu-smi changes are untested. A practical guide for heterogeneous local-inference clusters.

Original post →

More from Infra

Infra channel →