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, Are There Any Plans Or Already Ways To Deploy A Pipeline With Clearml-Serving To Triton? I Would Also Be Interested In The Support Of Deploying Pure Python Models Using The New Python_Backend Of Triton.

Hi, are there any plans or already ways to deploy a pipeline with clearml-serving to triton? I would also be interested in the support of deploying pure python models using the new python_backend of triton.

  
  
Posted 2 years ago
Votes Newest

Answers 4


CostlyOstrich36 Thank you for your response, is there something like a public project roadmap?

  
  
Posted 2 years ago

ClumsyElephant70 , Hi 🙂

That's an interesting question, let me check that for you

  
  
Posted 2 years ago

ClumsyElephant70 , I understand it's possible to already combine python and Triton, however it is quite difficult to do and requires a lot of work.

We're working on making ClearML-Serving easier to use and this is one of our next plans in the to do list.

We hoped to release it earlier but got caught with some other pressing issues we had to take care of.

So to sum up the long answer, yes, it is in our plans and will be supported eventually 🙂

  
  
Posted 2 years ago

ClumsyElephant70 , I'm not sure. There usually a roadmap provided on our community talks so it'd be great if you joined next time to see what's next 🙂

  
  
Posted 2 years ago
589 Views
4 Answers
2 years ago
one year ago
Tags