NVIDIA 开源 srt-slurm 编排推理部署

SemiAnalysis · @SemiAnalysis_ · X·2026-08-28 04:00·8小时前
AI 导读

NVIDIA 开源 srt-slurm,为 Slurm 集群上的生产级推理服务提供基于 YAML 的编排层。它协调 sbatch/srun、GPU 分配、网络、就绪检查及清理,支持 prefill/decode 分离、多 worker、Dynamo 前端、KV-cache 感知路由等拓扑,便于在 GPU 集群上快速部署代表性推理系统进行测试或基准评测。

SemiAnalysis@SemiAnalysis_
38AI 编辑部评分,满分 100

NVIDIA 开源 srt-slurm 编排推理部署

2026-08-28 04:00· 8小时前
AI 导读

NVIDIA 开源 srt-slurm,为 Slurm 集群上的生产级推理服务提供基于 YAML 的编排层。它协调 sbatch/srun、GPU 分配、网络、就绪检查及清理,支持 prefill/decode 分离、多 worker、Dynamo 前端、KV-cache 感知路由等拓扑,便于在 GPU 集群上快速部署代表性推理系统进行测试或基准评测。

Most production inference services run on Kubernetes, where declarative configuration helps coordinate distributed services. Running one inference server in a Slurm job is easy; running a production-style topology across multiple containers and nodes is not.

NVIDIA’s open-source srt-slurm (https://github.com/NVIDIA/srt-slurm) provides a YAML-based orchestration layer for these deployments. It coordinates sbatch and srun, GPU placement, networking, readiness checks, and cleanup for systems involving prefill/decode disaggregation, multiple workers, Dynamo frontends, KV-cache-aware routers, and KV-cache offloading services.

It’s useful for quickly deploying representative inference systems for testing or benchmarking on GPU clusters that already run Slurm.

Great work to @0xishand and the rest of the @NVIDIAAI team on this!