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

Hi 🙂

I have an AWS autoscaler (from script) running with EC2 instances, is there a way to configure a queue for a multi-gpu instance where each task gets 1 gpu?

  
  
Posted 2 days ago
Votes Newest

Answers 4


I'm afraid it's not supported right now.

The daemon agent on the machine will have to be started differently and monitored differently - you're welcome to add a PR though 🙂

  
  
Posted 2 days ago

Hi @<1523701949617147904:profile|PricklyRaven28> , you mean that a single machine will have multiple workers on it each "serving" a slice of the gpu?

  
  
Posted 2 days ago

I Mean that for example a machine with 4 gpus, I would want each task to get 1 gpu

  
  
Posted 2 days ago

ok i'll check it out 🙂

  
  
Posted 2 days ago
8 Views
4 Answers
2 days ago
one day ago
Tags