#How to know which graphics card worker was ran on?

12 messages · Page 1 of 1 (latest)

tribal drum
#

Hello! How can I tell which graphics card a job ran on? There's no info about video card neither in callback nor /status endpoint.

this is all i've got

{
   "delayTime":28282,
   "executionTime":408546,
   "id":"71a26150-3211-43b4-915e-2be35ba5cf04-e1",
   "output":[
      1,
      2,
      3
   ],
   "status":"COMPLETED",
   "workerId":"bf4fiy8sy3kgbw"
}
sand yarrowBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

tribal drum
#

also i haven't found any endpoint to retreive worker information by its id

umbral sandal
#

This specific job finished on an A100, I'd recommend using your Worker Configuration to know what GPUs were opssible for a given run and if you want to know for your own usage you can GET the workerId with the REST API or just return the card over the API in the output.

tribal drum
#

Thank you for your response! But could you please specify what GET endpoint i should use for that?

proud kettle
tribal drum
#

also no mention of jobs

sharp furnace
#

jobs you access from normal endpoint api

#

individual worker = id, so that means worker id = pod id

sand yarrowBOT