Alex
GPUs look available via `runpod.api.ctl_commands.get_gpu()` which aren't available.
I'm currently trying to find which types of GPUs are available (in order to programatically decide what GPU type I want).
I saw that there is a
runpod.api.ctl_commands.get_gpu()
function which calls the graphql api, but the information it returns seems inconsistent with what's available.
For example, right now. I can run
Here the instances looks available.
But if I try to launch the instance immediately after, I see
This is pretty consistent, so it doesn't feel like I'm just getting "unlucky".
I should also note that the GPU is (correctly) marked as "Unavailable" on the dashboard.
Is there a way for me to query data/get the same results as the data on the dasbhoard?1 replies