hi ElegantCoyote26
but I can't see any documentation or examples about the updates done in version 1.0.0
So actually the docs are only for 1.0... https://clear.ml/docs/latest/docs/clearml_serving/clearml_serving
Hi there, are there any plans to add better documentation/example
Yes, this is work in progress, the first Item on the list is custom model serving example (kind of like this one https://github.com/allegroai/clearml-serving/tree/main/examples/pipeline )
about the updates done in version
Putting aside bugfixes and performance, it was mostly on adding the ability to store state per call,
Meaning you can push data in the preprocess call, and get it back in the postprocess call
https://github.com/allegroai/clearml-serving/blob/826f503cf4a9b069b89eb053696d218d1ce26f47/clearml_serving/preprocess/preprocess_template.py#L38
Is there a specific example code you are looking for?