Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Conversation

@tiran
Copy link
Collaborator

@tiran tiran commented Feb 27, 2025

Last year in March I created and set up instructlab-quantize in a hurry. I wanted to move the pre-built binary from the instructlab project to a separate project. To simplify the build I just stored pre-built binaries in the new project, too. Even the sdist of this project contains binaries instead of sources. I just noticed the problem when I saw an unusual glibc version requirement in our downstream builds.

This PR addresses the problem and updates quantize binary to latest llama.cpp release. Now the sdist contains the sources, builds the binary from sources, and creates platform-specific py3-none wheels.

  • remove pre-built binaries from git
  • create a proper sdist with sources
  • add setup.py to compile quantize binary for current platform
  • update to latest release of llama.cpp

- remove pre-built binaries from git
- create a proper sdist with sources
- add `setup.py` to compile `quantize` binary for current platform
- update to latest release of `llama.cpp`

Signed-off-by: Christian Heimes <[email protected]>
@tiran tiran marked this pull request as ready for review February 27, 2025 13:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants