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 Want To Create A Clearml-Agent In Docker Mode, Which Doesn'T Use Gpus. When I Use

hi, I want to create a clearml-agent in docker mode, which doesn't use gpus.

when I use --cpu-only flag, it forces the agent to use only a single cpu. How can I make the agent use multiple cpus in docker mode?

  
  
Posted one year ago
Votes Newest

Answers 3


@<1523701523954012160:profile|ShallowCormorant89> 0 in this case simply means "the first one" - since this name is auto-generated (unless explicitly specified), there's a running number used to make sure that another agent running on the same machine will not generate an identical name

  
  
Posted one year ago

Hi @<1523701523954012160:profile|ShallowCormorant89> , how does it force it to use a single CPU?

  
  
Posted one year ago

Hey @<1523701087100473344:profile|SuccessfulKoala55> , I assumed so because 'worker_name:cpu:0', and I find it very slow! hence assumed it was utilising only a single cpu, cpu number 0

  
  
Posted one year ago
891 Views
3 Answers
one year ago
one year ago
Tags
Similar posts