-
Notifications
You must be signed in to change notification settings - Fork 41
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
Include Granite code-instruct models in catalog. #1157
Comments
I just realized this may be too early. The new llama.cpp to support these models needs to get into the llama-cpp-python library and then that needs to be incorporated into the AI Lab extension in order to run these models, but once that is done, I'd like them added to the catalog. =) |
Oh it looks like llama-cpp-python just got updated, and the newest release (0.2.77) should work: |
jeffmaury
added a commit
to jeffmaury/ai-lab
that referenced
this issue
Jun 26, 2024
Fixes containers#1157 Signed-off-by: Jeff MAURY <[email protected]>
jeffmaury
added a commit
to jeffmaury/ai-lab
that referenced
this issue
Jun 27, 2024
Fixes containers#1157 Signed-off-by: Jeff MAURY <[email protected]>
jeffmaury
added a commit
to jeffmaury/ai-lab
that referenced
this issue
Jul 3, 2024
Fixes containers#1157 Signed-off-by: Jeff MAURY <[email protected]>
jeffmaury
added a commit
to jeffmaury/ai-lab
that referenced
this issue
Jul 9, 2024
Fixes containers#1157 Signed-off-by: Jeff MAURY <[email protected]>
github-project-automation
bot
moved this from 🚧 In Progress
to ✔️ Done
in Podman Desktop Planning
Jul 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your enhancement related to a problem? Please describe
IBM's granite "code-instruct" models are now available in 3b, 8b, 20b, and 34b GGUF formats at https://huggingface.co/models?sort=trending&search=ibm-granite+granite+code-instruct+GGUF.
These models would probably be more useful than the granite "lab" 7b model from before the major market release.
Describe the solution you'd like
Include the 4 code instruct models in the model catalog.
Describe alternatives you've considered
The models can be downloaded and manually imported, but this just adds extra steps for the end user.
Additional context
No response
The text was updated successfully, but these errors were encountered: