Created rockcraft file for mlserver-huggingface rock according to best practices spec.
Added unit test.
Added tox.ini
Updated rockcraft.yaml to generate ROCK that can be started in Seldon
Deployment.
Upstream version upgrade due to breaking changes:
Optimum 1.7 changed the import name from SUPPORTED_TASKS to ORT_SUPPORTED_TASKS.
NOTE: Only limited manual testing was performed as per spec. When integrating with correspoding charm more testing should be peformed via integration tests of the charm.
Details are in: https://github.com/canonical/seldon-core-operator/issues/133
Summary of changes:
SUPPORTED_TASKS
toORT_SUPPORTED_TASKS
.NOTE: Only limited manual testing was performed as per spec. When integrating with correspoding charm more testing should be peformed via integration tests of the charm.