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 All Can You Help Please, I Can’T Find This Information On Official

Hi all
Can you help please, I can’t find this information on official docs , is it possible to run spot instance with GPU on GCP with clearml autoscaler interface (like in aws autoscaler )? As I see, it’s only possible to run Preemptible cpu instance

  
  
Posted one year ago
Votes Newest

Answers 4


Ok thank you again

  
  
Posted one year ago

Hi @<1554638179657584640:profile|GlamorousParrot83> , yes it is supported just like in the AWS autoscaler 🙂

  
  
Posted one year ago

@<1523701070390366208:profile|CostlyOstrich36>
Thank you
Can I expect that functionality with the choice of spot instances in GCP will be added in the future?

  
  
Posted one year ago

It's already implemented in the GCP autoscaler. You can use preemptible instances with GPUs

  
  
Posted one year ago
1K Views
4 Answers
one year ago
one year ago
Tags