Unanswered
			
			
 
			
	
		
			
		
		
		
		
	
			
		
		Hi Everyone,
We Are Using Clearml In Our Setup.
I Am Trying To Retrieve Workers And Gpu Utilization From Clearml Api. Can I Get Info How Do I Get Api Token For That And What Endpoints Should Be Useful In That Case?
I Need To Retrieve Busy Workers For A Sp
This worked out.
`
from clearml.backend_api.session.client import APIClient
Create an instance of APIClient
client = APIClient()
project_list = client.workers.get_all()
print(project_list) `
318 Views
				0
Answers
				
					 
	3 years ago
				
					
						 
	2 years ago
					
			