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
Is There A Quick Way To Make Clearml Task To Run On Few Different Clearml Agents/Machines ? For Example For Cases Whrere One Agent/Machine Alone Doesn'T Have Enough Resources To Run The Single Task

is there a quick way to make clearml task to run on few different clearml agents/machines ? for example for cases whrere one agent/machine alone doesn't have enough resources to run the single task

  
  
Posted 11 months ago
Votes Newest

Answers 4


so same queue for multiple agents will do the work? why do I need to split into steps? so each step will run parallel to the other ?
Can't a task/pipeline's specific node run on multiple agents?

  
  
Posted 11 months ago

@<1559711623147425792:profile|PlainPelican41> you can break the task into several pipeline steps and use a pipeline, having all the agents monitor the same pipeline execution queue

  
  
Posted 11 months ago

When a task is taken from a queue, only a single agent will get it. If you use a pipeline, each agent can run a different step

  
  
Posted 11 months ago

ok got it ty

  
  
Posted 11 months ago
575 Views
4 Answers
11 months ago
11 months ago
Tags