@nebius/js-sdk - v0.1.4
    Preparing search index...

    Interface GpuSettings

    GPU-related settings.

    interface GpuSettings {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.mk8s.v1.GpuSettings";
        driversPreset: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.mk8s.v1.GpuSettings"
    driversPreset: string

    Identifier of the predefined set of drivers included in the ComputeImage deployed on ComputeInstances that are part of the NodeGroup. Supported presets for different platform / Kubernetes version combinations:

    • gpu-l40s-a, gpu-l40s-d, gpu-h100-sxm, gpu-h200-sxm:
      • version: 1.30 → "cuda12" (CUDA 12.4)
      • version: 1.31 → "cuda12" (CUDA 12.4), "cuda12.4", "cuda12.8"
    • gpu-b200-sxm:
      • version: 1.31 → "cuda12" (CUDA 12.8), "cuda12.8"
    • gpu-b200-sxm-a:
      • version: 1.31 → "cuda12.8"