-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CreateComputeInstance() shows “Not Supported” #65
Comments
NVIDIA-SMI 535.54.03 |
Which commands (I assume |
yes, "sudo nvidia-smi mig -i 0 -cgi 19 -C",i can create gi and ci; |
Just as a sanity check. Do you have multiple A100 devices available? In the example you show above you access a device with index For what it's worth, we use the following flow to create a compute instance:
in some of our toolking. Note the call to |
yes,this node has 4 a100.i will try GetComputeInstanceProfileInfo to create ci profileinfo. thanks |
As far as I am aware, there are different versions of the Actually, it may also be that the |
go : 1.18
go-nvml v0.12.0-1
the code is below
gpu instance can be created and using command line, i can create gi and ci.
The text was updated successfully, but these errors were encountered: