Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow fully qualified class name to be used for the model serving image. #537

Merged
merged 1 commit into from
May 4, 2019
Merged

Allow fully qualified class name to be used for the model serving image. #537

merged 1 commit into from
May 4, 2019

Conversation

hmonteiro
Copy link

This PR fixes the issue where the MODEL_NAME variable was not expected to be the fully qualified name of the model serving class. If a MODEL_NAME was supplied as mymodule.MyModel, the microservice code was actually trying to load mymodule.MyModel.MyModel.

This change makes it so that you can just supply the fully qualified class name, allowing the use of standard snake case file names, e.g. mymodule.my_model.MyModel

This fixes issue #533

@ukclivecox ukclivecox merged commit 67b29d7 into SeldonIO:master May 4, 2019
agrski pushed a commit that referenced this pull request Dec 2, 2022
* small fixes for mlserver, docs and envoy yaml

* Review fixes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants