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

Add support for GGUF machine learning model files #698

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

fegge
Copy link

@fegge fegge commented Jun 24, 2024

This PR adds support for the GGUF file format. GGUF is used to store machine learning models for executors based on the GGML machine learning library like llama.cpp and whisper.cpp developed by Meta.

Since there was no obvious location to add machine-learning model file formats, and since there are multiple other ML specific files formats that could be added in the future, I chose to create a new top-level ml directory and added the gguf.ksy file under that directory. I'm happy to put it somewhere else if someone has opinions on the location.

Example files for testing can be found under the models directory in the llama.cpp repository. (Small model files can be generated using the gguf utility in llama.cpp.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant