-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Implementation for AI model artifact processor #21229
Comments
What does If you want to display customized icon or metadata, could you follow this flow: |
I believe that AI model may require more intricate logic in the future, and the current enhanced default processor is only capable of customizing icons or metadata, which falls short of handling certain extraction tasks such as helm charts. Therefore, I propose that we develop a new processor specifically for the AI model, which will offer enhanced customization and flexibility. At the very least, if we intend to incorporate this modification, we must publish one release version of model specification. For the |
@chlins |
If we don't currently have a concept like |
Background
https://github.com/CloudNativeAI/model-spec
The model spec extends the OCI image spec for better building and serving the AI models to the OCI Artifact, since Harbor is the OCI Artifact registry, so we propose that Harbor adopts the model specification standards to ensure consistency and compatibility with AI model-related workflows. Additionally, we request the development of an experimental feature to enable the display of foundational AI model metadata, as previous design in the Harbor codebase, we only need to implement an AI model processor to handle related logics and some UI works for better user interaction experience.
The text was updated successfully, but these errors were encountered: