-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Open
Copy link
Labels
featureFeature (deprecated - use issue type, but it's needed for reporting now)Feature (deprecated - use issue type, but it's needed for reporting now)
Description
Regarding
| "nvLinkInterfaces": errors.New("number of NVLink Interfaces must match the number of GPU indexes"), |
What if I want to add only 2 out of 4 GPUs to partition for an instance? For example, I'm creating an instance and it becomes ready. Then I create nvlink logical partition via API and update the instance with assigning 2 GPUs to this partition. Then API will return this exact error because the rest 2 GPUs are not presented in instance's nvlink interface. As far as I know, nvlink partitioning supports creating partitions only for 1 GPU so it should be the same for 2 GPUs in partition.
One more small question:
I see that nvlink interface supports gpuGuid:
| GpuGUID *string `json:"gpuGuid"` |
but in API docs I see only deviceInstance to use in nvlink interface definition for update instance: https://nvidia.github.io/bare-metal-manager-rest/#tag/Instance/operation/update-instance. May we use gpuGuid instead of deviceInstance? If not then how we can get deviceInstance value for GPUs in bare-metal manager API?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureFeature (deprecated - use issue type, but it's needed for reporting now)Feature (deprecated - use issue type, but it's needed for reporting now)
Type
Projects
Status
In progress