How to know which graphics card worker was ran on?

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"
}
{
"delayTime":28282,
"executionTime":408546,
"id":"71a26150-3211-43b4-915e-2be35ba5cf04-e1",
"output":[
1,
2,
3
],
"status":"COMPLETED",
"workerId":"bf4fiy8sy3kgbw"
}
3 Replies
U forgot ur spanish lessons
also i haven't found any endpoint to retreive worker information by its id
Dj
Dj3d ago
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.
No description
U forgot ur spanish lessons
Thank you for your response! But could you please specify what GET endpoint i should use for that?

Did you find this page helpful?