Skip to content

Export the built-in weights back to gguf possible? #539

Closed Answered by jart
mounta11n asked this question in Q&A
Discussion options

You must be logged in to vote

Yes. Your llamafiles are also PKZIP archives. You can say:

unzip -vl foo.llamafile

To list what .gguf files are inside your llamafile, and then say:

unzip foo.llamafile foo.gguf

To extract them.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mounta11n
Comment options

Answer selected by mounta11n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants