Skip to content

Cannot create pods with runpodctl for specific GPUs but works on GUI #189

@hrdkbhatnagar

Description

@hrdkbhatnagar

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.

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions