Policy YAML Examples
Creating a New Rule Within a Policy
{ "spec": { "compute": { "gpuDevicesRequest": 1, "gpuRequestType": "portion", "gpuPortionRequest": 0.5, "gpuPortionLimit": 0.5, "gpuMemoryRequest": "10M", "gpuMemoryLimit": "10M", "migProfile": "1g.5gb", "cpuCoreRequest": 0.5, "cpuCoreLimit": 2, "cpuMemoryRequest": "20M", "cpuMemoryLimit": "30M", "largeShmRequest": false, "extendedResources": [ { "resource": "hardware-vendor.example/foo", "quantity": 2, "exclude": false } ] }, } }
Fields
Description
Value type
Supported NVIDIA Run:ai workload type
Policy YAML Best Practices
Example of a Whole Policy
Last updated