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

feat(cli): Adding models subcommand with list and install subcommands #1165

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

jespino
Copy link
Contributor

@jespino jespino commented Oct 11, 2023

Adding subcommands to do certain actions directly from the command line. I'm starting with the models subcommand allowing you to list models from your galleries and install them.

This PR partially fixes #816

My intention is to keep adding other subcommands, but I think this is a good start, and I think this already provides value.

Also, I added a new dependency to generate the progress bar in the command line, it is not "needed" but I think is a nice to have to have a cooler interface.

Here is a screenshot:
imagen

@mudler
Copy link
Owner

mudler commented Oct 12, 2023

That's very nice @jespino - great addition! CI failures are due to space exhaustion on the runners it seems and needs a closer look at it separately. Unrelated to the change so shouldn't block merging

@mudler mudler merged commit 8ca6717 into mudler:master Oct 12, 2023
8 checks passed
@mudler mudler added the enhancement New feature or request label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feature: local-ai subcommands/separate CLI to operate the API
2 participants