R
RunPod4mo ago
fanbing

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.
No description
No description
No description
2 Replies
PatrickR
PatrickR4mo ago
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:
"NVIDIA A100 80GB PCIe", "NVIDIA A100-SXM4-80GB", "NVIDIA A30", "NVIDIA A40", "NVIDIA H100 PCIe", "NVIDIA H100 80GB HBM3", "NVIDIA L4", "NVIDIA L40", "NVIDIA GeForce RTX 3070", "NVIDIA GeForce RTX 3080", "NVIDIA GeForce RTX 3080 Ti", "NVIDIA GeForce RTX 3090", "NVIDIA GeForce RTX 3090 Ti", "NVIDIA RTX 4000 Ada Generation", "NVIDIA RTX 4000 SFF Ada Generation", "NVIDIA GeForce RTX 4070 Ti", "NVIDIA GeForce RTX 4080", "NVIDIA GeForce RTX 4090", "NVIDIA RTX 6000 Ada Generation", "NVIDIA RTX A2000", "NVIDIA RTX A4000", "NVIDIA RTX A4500", "NVIDIA RTX A5000", "NVIDIA RTX A6000", "Tesla V100-PCIE-16GB", "Tesla V100-FHHL-16GB", "Tesla V100-SXM2-16GB", "Tesla V100-SXM2-32GB"
"NVIDIA A100 80GB PCIe", "NVIDIA A100-SXM4-80GB", "NVIDIA A30", "NVIDIA A40", "NVIDIA H100 PCIe", "NVIDIA H100 80GB HBM3", "NVIDIA L4", "NVIDIA L40", "NVIDIA GeForce RTX 3070", "NVIDIA GeForce RTX 3080", "NVIDIA GeForce RTX 3080 Ti", "NVIDIA GeForce RTX 3090", "NVIDIA GeForce RTX 3090 Ti", "NVIDIA RTX 4000 Ada Generation", "NVIDIA RTX 4000 SFF Ada Generation", "NVIDIA GeForce RTX 4070 Ti", "NVIDIA GeForce RTX 4080", "NVIDIA GeForce RTX 4090", "NVIDIA RTX 6000 Ada Generation", "NVIDIA RTX A2000", "NVIDIA RTX A4000", "NVIDIA RTX A4500", "NVIDIA RTX A5000", "NVIDIA RTX A6000", "Tesla V100-PCIE-16GB", "Tesla V100-FHHL-16GB", "Tesla V100-SXM2-16GB", "Tesla V100-SXM2-32GB"
GPU types | RunPod Documentation
The following list contains all GPU types available on RunPod.
fanbing
fanbing4mo ago
Thanks, I have added more GPU Types.