-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Mechanism for setting aliases for models #4
Labels
enhancement
New feature or request
Comments
6 tasks
I'm going to depend on LLM 0.7 or higher and have the |
I just noticed that this: llm mlc download-model Llama-2-7b-chat Results in a model activated like this:
It should set up |
simonw
added a commit
that referenced
this issue
Aug 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe a
-a/--alias
option that can be passed zero or more times to thellm mlc download-model
command.It would be useful to apply aliases later as well, but I think that's a feature that should go in LLM itself.
The text was updated successfully, but these errors were encountered: