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
3 Replies
also i haven't found any endpoint to retreive worker information by its id
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
.
Thank you for your response! But could you please specify what GET endpoint i should use for that?