You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to create a compute instance on GPU 0 GPU instance ID 0 using profile 2: Insufficient Resources
Failed to create compute instances: Insufficient Resources
I want to create a MIG 3c.7g/80gb specification prompt for Independent Resources.How to solve it.
The text was updated successfully, but these errors were encountered:
Note that as shown, both GPUs already have [7c.]7g.80gb partitions created on them. This means that the ADDITIONAL 3c.7g.80gb partition cannot be created.
Note that since you mention the GPU Operator, the use of partitions where c != g are not currently supported there, but they should be in mig-parted.
Note that as shown, both GPUs already have [7c.]7g.80gb partitions created on them. This means that the ADDITIONAL 3c.7g.80gb partition cannot be created.
Note that since you mention the GPU Operator, the use of partitions where c != g are not currently supported there, but they should be in mig-parted.
Could you give more details on your use case?
Thanks, my usage scenario is K8S.
My needs: I hope that the two models can be deployed mixedly through 4c.7g.80gb and 3c.7g.80gb. Is this mode shared video memory?
If two models are deployed on one card, are they scheduled fairly or preempted freely when using CUDA?
mig-config.yaml
nvidia-smi mig -lcip -gi 0
nvidia-smi mig -lci -gi 0
nvidia-smi mig -cci 2 -gi 0
I want to create a MIG 3c.7g/80gb specification prompt for Independent Resources.How to solve it.
The text was updated successfully, but these errors were encountered: