Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi, I Installed The Open-Source Version Of Clearml But Couldn'T Connect Using The Admin Role. Can You Assist Me With This? I Want To Set Resource Config And Couldn'T Find It

Hi, I installed the open-source version of ClearML but couldn't connect using the admin role. Can you assist me with this?
I want to set resource config and couldn't find it
image

  
  
Posted 6 months ago
Votes Newest

Answers 15


Assuming you have bare metal machines, yes. You can also install it on top of K8s. Are you using bare metal machines on prem?

  
  
Posted 6 months ago

I'm using at the moment 2 GCP instance:

  1. for clearm-server
  2. for gpu-cluster (A100 with 8 GPUs)
  
  
Posted 6 months ago

In that case then yes, install the agent on top of the machine with the A100 with 8 GPUs

  
  
Posted 6 months ago

the agent should be installed in the remote resource right?

  
  
Posted 6 months ago

many thanks!!

  
  
Posted 6 months ago

Hi @<1798162812862730240:profile|PreciousCentipede43> , role based access controls, admins and resource configurations are all part of the Scale/Enterprise licenses. In the open source everyone is set as an admin with access to all parts of the system.

Hope this helps 🙂

  
  
Posted 6 months ago

so in the open source version I can't create queues, manage all GPU clusters?

  
  
Posted 6 months ago

it shouldn't happen through the resource configurations tab?

  
  
Posted 6 months ago

how?

  
  
Posted 6 months ago

thanks @<1523701070390366208:profile|CostlyOstrich36> ! so can you refer me to the documentation the describe how to connect my GPU cluster into the clearML-server?

  
  
Posted 6 months ago

Happy to help 🙂

I suggest watching this short video to get a better idea on how the agent works - None

  
  
Posted 6 months ago

This is doen via clearml-agent this is the second link I provided - None

  
  
Posted 6 months ago

No, resource configuration allows you higher level of control over different resources - None

I suggest you review the agent setup & deployment docs - None

Then you can view all the connected nodes through the orchestration tab - None

  
  
Posted 6 months ago

In the OS you can create queues and manage your clusters through that

  
  
Posted 6 months ago
687 Views
15 Answers
6 months ago
6 months ago
Tags