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, Can I Use Clearml As A Tool For Deploying Models In A Private Network? Did Not Manage To Understnd From The Docs.

hi, can i use clearml as a tool for deploying models in a private network? did not manage to understnd from the docs.

  
  
Posted 3 years ago
Votes Newest

Answers 7


Hi EcstaticPelican93
Sure, the model deployment itself (i.e. the serving engine) can be executed on any private network (basically like any other agent)
make sense ?

  
  
Posted 3 years ago

does the clearml server is a worker i can serve on models?

  
  
Posted 3 years ago

and what ports does it use?

  
  
Posted 3 years ago

ok i have managed to deploy model by thr clearml-serving, now they are runing on the docker container engine (that doesn't have GPU in it) , what is the entrypoints to the model in order to get predictions?

  
  
Posted 3 years ago

i run it on docker and right now only exposing it by -p 8080:8000

  
  
Posted 3 years ago

does the clearml server is a worker i can serve on models?

The serving is done by one of the clearml-agents.
Basically you spin an agent, then this agent is spinning the model serving engine container (fully managed).
(1) install run run clearml-agent (2) run clearml-session CLI to configure and spin the serving engine

  
  
Posted 3 years ago

yes!!

  
  
Posted 3 years ago
592 Views
7 Answers
3 years ago
one year ago
Tags