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
Hey Again

Hey again 😁
Is it possible to run multiple agents on the same machine? And with some in services mode?

  
  
Posted 3 years ago
Votes Newest

Answers 4


Hi JitteryCoyote63 ,

Sure you can, you have many https://allegro.ai/docs/use_cases/trains_agent_use_case_examples/ , just pick to one you need 🙂

  
  
Posted 3 years ago

yap, that should do the trick

  
  
Posted 3 years ago

Very cool! Run two train-agent daemons, one per GPU on the same machine, with default Nvidia/CUDA Docker This is close to my use case, I just would like to run these two daemons not with docker, would that be possible? I should just remove the --docker nvidia/cuda param right?

  
  
Posted 3 years ago

trains-agent daemon --gpus 0 --queue default & trains-agent daemon --gpus 1 --queue default &

  
  
Posted 3 years ago
588 Views
4 Answers
3 years ago
one year ago
Tags