The name and number of GPUs used for the Fine Tuning job.

interface GPU {
    name?: string;
    num?: number;
}

Properties

Properties

name?: string

The name of the GPU(s) used for the Fine Tuning job. The GPU specified must be available on the cluster.

num?: number

The number of GPUs used for the Fine Tuning job.