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 2 months ago
Votes Newest

Answers 4


Ok thank you again

  
  
Posted 2 months ago

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

  
  
Posted 2 months ago

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

  
  
Posted 2 months 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 2 months ago
156 Views
4 Answers
2 months ago
2 months ago
Tags