GraphQL Cuda Version
How do I make a GPU pod through graphql with a specified cuda version?
https://graphql-spec.runpod.io/#definition-PodFilter
I assume is possible since runpod has it implemented but is the docs up to date?
1 Reply
docs are not up to date. with
podFindAndDeployOnDemand
, podRentInterruptable
, and lowestPrice
you can supply allowedCudaVersions
in the input object as a list of strings for the CUDA versions.