inference-builder
Generate deployable Vision AI pipelines with high-performance video and streaming capabilities on NVIDIA GPUs. Create GPU-accelerated inference microservices using DeepStream, Triton, vLLM, TensorRT-LLM, or PyTorch backends.
by NVIDIA73updated 3 weeks ago
Source
git clone https://github.com/NVIDIA-AI-IOT/inference_builderClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
├── .claude-plugin/plugin.json└── skills/inference-builder/SKILL.md
Skills1
Generate deployable Vision AI pipelines with high-performance video and streaming capabilities on NVIDIA GPUs. Activate when users want to: create GPU-accelerated inference microservices or standalone apps for vision, video, or streaming workloads; write or edit pipeline YAML configs; build Docker images for GPU inference; work with models from NGC or HuggingFace; or deploy with DeepStream, Triton, vLLM, TensorRT-LLM, or PyTorch backends.
Manifests1
{
"name": "inference-builder",
"description": "Generate deployable Vision AI pipelines with high-performance video and streaming capabilities on NVIDIA GPUs. Create GPU-accelerated inference microservices using DeepStream, Triton, vLLM, TensorRT-LLM, or PyTorch backends.",
"author": {
"name": "NVIDIA"
},
"keywords": [
"inference",
"nvidia",
"deepstream",
"triton",
"vllm",
"tensorrt-llm",
"pytorch",
"docker",
"gpu"
]
}