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
Unanswered
Hi All, I'M Wondering If I Could Use Clearml Agent To Use Multiple Machines In A Self-Hosted Server In Windows.


@<1523701205467926528:profile|AgitatedDove14>
Thanks!
Would you mind walking me through the process?

Upon my understanding, first I'm gonna build a self-hosted server with docker on my windows computer.

Secondly, I'm gonna connect other windows computers with the server. To do that, I need a token from my server, so that I could copy and paste it when I execute the command clearml-agent init --token <my_token> --queue default from 'other windows computers'.

Lastly, I just execute clearml-agent daemon --queue default on my other windows computers as 'workers' to run the queued tasks.

And this is how I could run multiple tasks from multiple windows computers with one server.
Please let me know if there's anything to be fixed from what I said!

Although I have one concern that this whole process would work only for paid plans, and not work on self-hosted server...?
I'd very appreciate it if you could help me to figure this out!

Thanks in advance!

  
  
Posted 8 months ago
91 Views
0 Answers
8 months ago
8 months ago