Skip to main content
You can use Serverless AI jobs to work with AI models and perform such operations as fine-tuning, scientific simulations, data processing or batch inference. To get started with jobs, use the example below. It demonstrates how to run nvidia-smi in a Serverless AI job. As a result, you receive information about the GPUs of the container virtual machine (VM) in which the job is running. In the web console, the nvidia-smi quick-start configuration runs the same kind of workload with settings already filled in.

Prerequisites

In the Administration → Limits → Quotas section, check the Number of virtual machines (VMs) quota under Compute: it should have at least one VM available. If necessary, increase the quota.

Steps

Run a Serverless AI job

  1. In the sidebar, go to  Serverless AI → Jobs.
  2. Select the nvidia-smi quick start card. The quick start configuration uses a verified container image and prefilled job settings.
  3. Click Create job.
The job takes several minutes to complete. While the job is running, you can check its status and logs.

Check the job status and results

Checking job logs is available only in the web console and CLI.
  1. In the sidebar, go to  Serverless AI → Jobs.
  2. Next to the job, click View logs. Alternatively, select the job that you want to view the logs for and switch to the Logs tab.

(Optional) Delete the job

When the job is complete, Serverless AI automatically releases all allocated computing resources and the container disk of the job. When you delete a completed job, you remove it from the list of Serverless AI jobs. If you delete a running job, all the resources are released as well.
  1. In the sidebar, go to  Serverless AI → Jobs.
  2. Locate the job and then click  → Delete.
  3. In the window that opens, confirm deleting the job.