Skip to content

fixes for model builder#5625

Draft
joshuatowner wants to merge 2 commits intoaws:masterfrom
joshuatowner:model-builder-fixes
Draft

fixes for model builder#5625
joshuatowner wants to merge 2 commits intoaws:masterfrom
joshuatowner:model-builder-fixes

Conversation

@joshuatowner
Copy link

Issue #, if available:

Description of changes:

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

"""

min_memory_required_in_mb: int
min_memory_required_in_mb: Optional[int] = Unassigned()
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this required for this to work ?
My only concern is that this is auto-generated and it would be overriden at some point . We would need to update the engine.

Copy link
Author

Choose a reason for hiding this comment

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

we should sort out where this is coming from under the hood, i did get errors describing the endpoint without it

Comment on lines +961 to +962
if not self.env_vars:
self.env_vars = config.get("Environment", {})
Copy link
Contributor

Choose a reason for hiding this comment

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

If it does exist, should these be appended ?

Copy link
Author

Choose a reason for hiding this comment

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

guessing yes, we should fix

@joshuatowner joshuatowner deployed to manual-approval March 13, 2026 05:51 — with GitHub Actions Active
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.

3 participants