Update main 16062026#29
Merged
Merged
Conversation
aivanni
approved these changes
Jun 16, 2026
juhovainio
approved these changes
Jun 16, 2026
… (#512) * EAI-6914: Render fine-tune AIMModel as v1alpha2 with derived profiles The aimmodel-applier rendered the AIMModel as v1alpha1 (flat spec.aimId/image/modelSources). On the v1alpha2 AIM stack that yields zero profiles, so deploying a fine-tuned model fails with ProfileNotFound. Render it as v1alpha2 with spec.profiles.derivedFrom (role=base, namespace aim-base) plus overrides for identity, image, and fine-tuned weights, mirroring the AIWB custom-import path. Add aimManifest.baseModel for the derivation selector. * EAI-6914: Drop invalid v1alpha2 overrides.env and customTemplates from finetune AIMModel The v1alpha2 ProfileOverrides schema has no top-level env key (valid keys are containerEnv, engineEnv, modelSources[].env) and spec.customTemplates is forbidden (CEL rejects the apply). Both blocks were invalid and dead on the fine-tune path. Remove them plus the now-unused values entries so the rendered manifest is fully v1alpha2-schema-valid. * EAI-6914: Add aimManifest.baseModel to finetune chart values.schema.json
9bdb0c8 to
2d170cd
Compare
nowycondro
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.