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

Fix loading of composing models for ensembles #810

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

tgerdesnv
Copy link
Collaborator

@tgerdesnv tgerdesnv commented Jan 11, 2024

Before this change, there was no way for Model Analyzer to load ensemble composing models via the API. This meant that they all defaulted to auto-complete configs. Now (with a required change to Triton) they can be loaded and won't be overwritten when the main ensemble config is loaded.

Fixes #791
Needs this change to work: triton-inference-server/core#304

@tgerdesnv tgerdesnv requested a review from debermudez January 11, 2024 16:04
Copy link
Contributor

@debermudez debermudez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Discussed offline. This is good to go

@tgerdesnv tgerdesnv merged commit 9cde160 into main Jan 18, 2024
3 checks passed
@tgerdesnv tgerdesnv deleted the tgerdes-fix-ensemble-loading-2 branch February 13, 2024 23:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Illegal configuration ensemble model, when a config.pbtxt of a submodel is auto generated
2 participants