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, I Would Like To Use Clearml-Serving To Serve Model Binaries (For Use In On-Device Deployment). Can Clearml-Serving Be Used To Serve That?

Hi all,
I would like to use clearml-serving to serve model binaries (for use in on-device deployment). Can clearml-serving be used to serve that?

  
  
Posted 20 days ago
Votes Newest

Answers 3


Hi GiganticMole91 , I think for binaries and not just the model files themselves you would need to do a bit of tweaking

  
  
Posted 20 days ago

but is model files easier to serve?

  
  
Posted 20 days ago

CostlyOstrich36 any thoughts? Are the model files themselves easier to serve?

  
  
Posted 14 days ago
102 Views
3 Answers
20 days ago
14 days ago
Tags