I've been exploring the batch processing of Seldon: https://docs.seldon.io/projects/seldon-core/en/latest/servers/batch.html, but I couldn't find documentation that shows how to install the CLI seldon-batch-processor
. Can anyone show me how to install it?
seldon-batch-processor CLI install
151 views Asked by snowneji At
1
Ok, since I received a lot of support from Github (https://github.com/SeldonIO/seldon-core/issues/2956) and it has been solved, I'll post my answer.
We should either
pip install seldon-core
or use their Docker Images. If you're using their Docker images, make sure to upgrade the seldon-core version to 1.2.0+, the earlier versions don't have the batch processing functionality.