mosecorg / mosec

A high-performance ML model serving framework, offers dynamic batching and CPU/GPU pipelines to fully exploit your compute machine
https://mosecorg.github.io/mosec/
Apache License 2.0
776 stars 59 forks source link

feat(docs): add advanced user guide for custom mixin #385

Open kemingy opened 1 year ago

kemingy commented 1 year ago

Describe the feature

We already have several mixin implementations. It's necessary to have a development tutorial for users who need to custom their own mixins.

Why do you need this feature?

No response

Additional context

No response

Keerthi54654 commented 1 week ago

@kemingy - Explore Existing Mixins: Review current mixin implementations in the repository. Testing Framework: Utilize available testing tools to validate the functionality of the mixins. Documentation: Present the findings in a structured manner, highlighting best practices for creating and using mixins effectively. Is this how u want it to be there

kemingy commented 1 week ago

@kemingy - Explore Existing Mixins: Review current mixin implementations in the repository. Testing Framework: Utilize available testing tools to validate the functionality of the mixins. Documentation: Present the findings in a structured manner, highlighting best practices for creating and using mixins effectively. Is this how u want it to be there

No. I mean a complementary guide about how to write a custom Mixin for the advanced user. This should be a middle-level task.