-
Notifications
You must be signed in to change notification settings - Fork 1.2k
gguf reader for layer and size estimates #716
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
base: main
Are you sure you want to change the base?
Conversation
Hey @earonesty this makes sense and I do want to integrate gguf more closely into |
unfortunately that package has no reader support. i used the source for that to reverse engineer the format and write the reader! happy to put it in its own repo, but i dont thnk the llama-cpp team has plans to maintain the reader. i can try to submit a PR and see if they like it? |
8c93cf8
to
cc0fe43
Compare
i've found that without some sort of layer and size estimate it's very hard to choose the right number of layers to offload
todo:
if you think this should be it's own repo, im cool with that