Coder Social home page Coder Social logo

Comments (3)

Bunoviske avatar Bunoviske commented on August 25, 2024 1

Hello Martin!

No particular reason, I just wanted to understand how flexibel ClearML Serving is. Regarding your second question, I think I already got good outcome from our slack conversation and here: #32

Once you have the new example with custom engine, let me know! Thanks :)

from clearml-serving.

bmartinn avatar bmartinn commented on August 25, 2024 1

Quick update @Bunoviske
You can now find a custom serving example here 😃

from clearml-serving.

bmartinn avatar bmartinn commented on August 25, 2024

Hi @Bunoviske

I checked the pipeline example where you use custom engine

Yes it is in he to do list to add a specific custom model serving example. I'll update here once it is up

What if I want to run normal pytorch inference without any engine?

So you can just do "pytorch inference" as a custom engine (basically import pytorch and run the model. That said Triton is so much faster than just using vanilla pytorch for inference, and this is basically out of the box. Any reason for manually running the model inference ?

Customizable RestAPI for serving (i.e. allow per model pre/post-processing for easy integration). How can a really customize the RestAPI?

The idea is the fact you can have any python code as pre/post processing, which really customize the entire API. For example, RestAPI gets a url as string, and the preprocessing would download it, return a numpy object, then the inference is done on the image.
What exactly are you aiming for with the customization?

from clearml-serving.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.