Use a fork of gguf-tools to make it work on Windows #1704
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refs #1513.
https://github.com/antirez/gguf-tools is not being maintained, valid pull requests are left there months without getting a reply. Making gguf-tools work on Windows is not hard but with current state I can't get my work merged to upstream, so I think using a forked repo should be reasonable for now, and I can always try to merge things back once the upstream is alive.
My changes to gguf-tools are in https://github.com/frost-beta/gguf-tools/commits/main/, with a bonus side effect to fix antirez/gguf-tools#18, a MLX issue I was surprised to find out.