tao-run-inference-service

Deploy TAO inference microservices on Docker, Brev, Slurm, or Kubernetes.

83|20|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-run-inference-service
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tao-run-inference-service
Source: https://github.com/NVIDIA-TAO/tao-skill-bank/tree/main/skills/applications/tao-run-inference-service
Command: npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill tao-run-inference-service

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tao_sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the deployment, management, and interaction with TAO inference microservices, allowing for efficient inference tasks on various platforms.

Core Features & Use Cases

  • Inference Service Deployment: Deploy inference microservices on local Docker, Brev, Slurm, or Kubernetes.
  • Inference Request Handling: Send inference requests to the service and manage service lifecycle.
  • Platform Compatibility: Works across different platforms and is compatible with HuggingFace Hub models.
  • Use Case: A developer needs to deploy a TAO model inference service on a Kubernetes cluster, send an inference request to the service, and stop the service when done.

Quick Start

Deploy the inference service for the 'cosmos-rl' model using 'tao-run-inference-service', then send an inference request to the service using 'inference_request'.

Frequently Asked Questions about tao-run-inference-service

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a TAO inference microservice on Kubernetes?

You can deploy a TAO inference microservice on Kubernetes by using this Skill to automate container execution, handle image resolution, and construct job payloads for the cluster. It manages the deployment lifecycle automatically.

Can I use HuggingFace Hub models for TAO inference service deployment?

Yes, the TAO inference service deployment supports HuggingFace Hub models for inference. You can integrate these models directly when constructing job payloads and deploying the microservice containers.

What platforms are supported for running TAO inference microservices?

TAO inference microservices can be deployed on local Docker, Brev, Slurm, or Kubernetes. The Skill resolves platform-specific requirements and integrates with platform-specific skills to manage execution.

How do I send an inference request to a running TAO microservice?

After deploying the inference microservice, you can send an inference request to the running service by using the inference_request functionality. This handles interaction with the service and manages its lifecycle.

Do I need tao_sdk to deploy and manage inference microservices?

Yes, tao_sdk is a required dependency for deploying and managing TAO inference microservices. You must install it before using the Skill to automate container execution and service registry.