serverless: any way to figure out what gpu type a job ran on?
trying to get data on speeds across gpu types for our jobs, and i'm wondering if the api exposes this anywhere, and if not, what the best way to sort it out would be.
11 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
dont need nvidia-smi, we expose an env variable to the worker with the gpu name in it, look at our docs for env variable names
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Those are GPU cloud environment variables, these are serverless ones:
Doesn't seem to have the GPU type set directly but you can get it from the end of
RUNPOD_WEBHOOK_POST_STREAM, RUNPOD_WEBHOOK_GET_JOB, RUNPOD_WEBHOOK_PING, RUNPOD_WEBHOOK_POST_OUTPUT as shown above.Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Not sure how that translates to L4 though
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
looks like it isn't, i will plan to add it, this is good to expose in pod env
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
He isn't just a developer, he is the CTO 😉
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View