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

split binaries into metadata and data layers #4110

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Commits on May 3, 2024

  1. quantize any fp16/fp32 model

    - FROM /path/to/{safetensors,pytorch}
    - FROM /path/to/fp{16,32}.bin
    - FROM model:fp{16,32}
    mxyng committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1d8c850 View commit details
    Browse the repository at this point in the history
  2. update tests

    mxyng committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1909e62 View commit details
    Browse the repository at this point in the history
  3. comments

    mxyng committed May 3, 2024
    Configuration menu
    Copy the full SHA
    da0bb5d View commit details
    Browse the repository at this point in the history
  4. rebase

    mxyng committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fd071ea View commit details
    Browse the repository at this point in the history
  5. no iterator

    mxyng committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b535afe View commit details
    Browse the repository at this point in the history
  6. only quantize language models

    mxyng committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3244a25 View commit details
    Browse the repository at this point in the history
  7. s/DisplayLongest/String/

    mxyng committed May 3, 2024
    Configuration menu
    Copy the full SHA
    122b35c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    41ae232 View commit details
    Browse the repository at this point in the history
  9. handle intermediate blobs

    mxyng committed May 3, 2024
    Configuration menu
    Copy the full SHA
    dc474f9 View commit details
    Browse the repository at this point in the history