Skip to content

Conversation

@aviruthen
Copy link
Collaborator

Issue #, if available:
#5391

Description of changes:
Fix a bug to initialize framework and framework version during post_init to None by default. Update model registry notebook.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

self.inference_recommender_job_results = None
self.container_log_level = logging.INFO

if not hasattr(self, 'framework') or self.framework is None:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need the or self.framework is None here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh yes I guess not... it doesn't change the logic but for simplicity I can make this change!

@aviruthen
Copy link
Collaborator Author

Screenshot 2025-12-18 at 9 04 17 AM Sagemaker-serve tests passing except for one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants