Why all GPU Unavailable when "runpodctl project dev", a40 is available in runpod deploy page?
When I use "runpodctl project dev", then show "none of the selected GPU types were available"(types include A40) , but when I enter runpod, deploy network volume in the same area, then show A40 is available, click deploy, a pod will be deployed.
2 Replies
In your
runpod.toml
file, you can add additional GPUs in the gpu_types
All GPUs are listed on this page:
https://docs.runpod.io/references/gpu-types
Here is a comma separated value list of those GPUS:
GPU types | RunPod Documentation
The following list contains all GPU types available on RunPod.
Thanks, I have added more GPU Types.