Replies: 1 comment 1 reply
-
``@artifacts([XgboostModelArtifact('model1'), You haven't defined the model1 and model2 for packing process, thus It returns KeyError. However, the team is working hard on bentoml 1.0, and the behaviour is expected to change, so stay tuned for that 😄 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been checking for similar discussion posts and my question is still not being answered, so have to open this post.
I have two models, ModelA and ModelB for XgboostEven though discussion 1260 said parallel inference is not yet supported by BentoML, some discussion does provide a similar coding structure as I expected so I wrote the following code.
I assume the Artifact does not recognize the model name I have defined but according to this post it should work
I want to access two models at the same time.
Not
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions