Run Your First Custom Inference Workload
This quick start provides a step-by-step walkthrough for running and querying a custom inference workload.
An inference workload provides the setup and configuration needed to deploy your trained model for real-time or batch predictions. It includes specifications for the container image, data sets, network settings, and resource requests required to serve your models.
Prerequisites
Before you start, make sure:
You have created a project or have one created for you.
The project has an assigned quota of at least 1 GPU.
is properly installed by your administrator.
Browse to the provided NVIDIA Run:ai user interface and log in with your credentials.
To use the API, you will need to obtain a token as shown in .
Go to Workload manager → Workloads.
Click +NEW WORKLOAD and select Inference
Select under which cluster to create the workload
In this step, you'll test the deployed model by sending a request to the inference server. To do this, you'll launch a general-purpose workload, typically a Training or Workspace workload, to run the Triton demo client. You'll first retrieve the workload address, which serves as the model’s inference serving endpoint. Then, use the client to send a sample request and verify that the model is responding correctly.
Go to the Workload manager → Workloads.
Click COLUMNS and select Connections.
Select the link under the Connections column for the inference workload created in
Select the inference workload you created in and go to the tab to see various GPU and inference metrics graphs rise.
Manage and monitor your newly created workload using the table.