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
I Am Exploring Your Latest Video On Cleaml Onboarding Part 3 Model Serving And Monitoring. The Example In A Video Is Very Simple - Deploying A Xgboost Model To Triton Engine. What About If I Need To Deploy A Custom Solution With 2 Models Lets Say And Some

I am exploring your latest video on cleaml onboarding part 3 model serving and monitoring. The example in a video is very simple - deploying a xgboost model to triton engine. What about if I need to deploy a custom solution with 2 models lets say and some custom logic outside of the models as well - I need a custom container and code, for it to be served. Can clearml serve and hot-reload and monitor custom containers?

  
  
Posted one year ago
Votes Newest

Answers 5


Thank you, will checkit out!

  
  
Posted one year ago

Hi @<1578918150261444608:profile|RoundJellyfish71>
Yes it can, there check these examples:
None
None

  
  
Posted one year ago

You will have to build your own docker image based on that docker file, and then update the docker compose

  
  
Posted one year ago

actually it seems i should be editing these: None

  
  
Posted one year ago

so I would be editing this if e.g. i wanted some cuda version? None ?

  
  
Posted one year ago
723 Views
5 Answers
one year ago
one year ago
Tags