I am trying to create a pod with a specific GPU type (example: NVIDIA H100 NVL) from the command line like this:
runpodctl create pod --gpuType "NVIDIA H100 NVL" --imageName "libeanim/standard-eval:runpod_121"
But I am getting an error
Error: There are no longer any instances available with the requested specifications. Please refresh and try again.
But if I do the same from the runpod website for the exact GPU, it works completely fine without any issues.
This issue doesnt arise, when i do this for other GPUs (example A30)
runpodctl create pod --gpuType "NVIDIA A30" --imageName "libeanim/standard-eval:runpod_121"
This works fine. Seems to be a bug