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

gguf-py: add support for I8, I16 and I32 #6045

Merged
merged 4 commits into from
Mar 14, 2024

Commits on Mar 13, 2024

  1. Refactor dtype handling to be extensible

    This code is equivalent as before, but now it is prepared to easily add
    more NumPy dtypes.
    certik committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b7e9d5c View commit details
    Browse the repository at this point in the history
  2. Add support for I8, I16 and I32

    These types are allowed in the GGUF specification.
    certik committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    dc0e4d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c542375 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc5d6e6 View commit details
    Browse the repository at this point in the history