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

Enhance unpack Command for Deployment-Specific Structures #131

Open
gorkem opened this issue Mar 14, 2024 · 0 comments
Open

Enhance unpack Command for Deployment-Specific Structures #131

gorkem opened this issue Mar 14, 2024 · 0 comments
Labels
CLI Topics related to the CLI *Salmon not pink enhancement New feature or request

Comments

@gorkem
Copy link
Contributor

gorkem commented Mar 14, 2024

Describe the problem you're trying to solve
Currently, the unpack command does not fully cater to the specific needs and expectations of different target environments, such as inference engines. There's a gap in functionality where the command fails to dynamically adjust and resolve the unpacked files based on the unique structure and metadata requirements of these environments. This lack of flexibility can lead to inefficiencies and potential mismatches when integrating unpacked files into various runtime, test, development, or deployment settings.

Describe the solution you'd like

To address this issue, I propose enhancing the kit unpack command to offer a more adaptable and environment-aware unpacking mechanism. Although ModelKits are designed to be abstract away from different environments, it's essential for the kit unpack functionality to be able to cater to the unique needs of these environments when unpacking artifacts.

A feasible approach to achieving this is through the introduction of a plugin mechanism. This system would allow for the development of environment-specific plugins that kit can leverage during the unpacking process. Each plugin would instruct the kit unpack command on how to properly structure the unpacked files to meet the requirements of a target environment
ModelKits are an abstracted from the runtime, test, development, or deployment environments.

This would allow us to customize the kit unpack process to meet the diverse requirements of different target environments efficiently, which in turn streamlines deployment and integration workflows, improving user experience across various environments.

@gorkem gorkem added the enhancement New feature or request label Mar 14, 2024
@bmicklea bmicklea added next-sprint CLI Topics related to the CLI *Salmon not pink labels Apr 8, 2024
@bmicklea bmicklea changed the title Enhance unpack Command to Support Environment-Specific Structures Enhance unpack Command for Deployment-Specific Structures Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI Topics related to the CLI *Salmon not pink enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants