Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Standalone loader #125

Merged
merged 46 commits into from
Apr 22, 2023
Merged

Standalone loader #125

merged 46 commits into from
Apr 22, 2023

Commits on Apr 8, 2023

  1. Add loader stub for GGJT

    iacore committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    bdbea68 View commit details
    Browse the repository at this point in the history
  2. Add loading code for ggjt

    Now it can load the model, but it's not working
    iacore committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    b0a666f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eefdc5 View commit details
    Browse the repository at this point in the history
  4. more code cleanup

    iacore committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    c212c53 View commit details
    Browse the repository at this point in the history
  5. minor change

    in math, tensor loading
    iacore committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    bfaec3a View commit details
    Browse the repository at this point in the history
  6. Add non-mmap loader for GGJT

    iacore committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    b6044ee View commit details
    Browse the repository at this point in the history
  7. Prefer traits in loader.rs

    iacore committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    1872dda View commit details
    Browse the repository at this point in the history
  8. cargo fmt

    iacore committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    ec1fca7 View commit details
    Browse the repository at this point in the history
  9. cargo clippy --fix

    iacore committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    cc846ae View commit details
    Browse the repository at this point in the history
  10. Remove ggml::Tensor::set_data

    iacore committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    bf847dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea7094c View commit details
    Browse the repository at this point in the history
  12. Add standalone loader

    iacore committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    c848d5e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8390593 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    15fe19b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e9311d View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    4dd0fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c40e36e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34429e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    38e7d58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dfc55d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48efd74 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    0fbbedd View commit details
    Browse the repository at this point in the history
  2. fix

    jon-chuang authored and philpax committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d65996d View commit details
    Browse the repository at this point in the history
  3. no_alloc

    jon-chuang authored and philpax committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    267d8ae View commit details
    Browse the repository at this point in the history
  4. chore: fix clippy

    philpax committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    81a6979 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80d189e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85e1148 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f29992 View commit details
    Browse the repository at this point in the history
  8. fix dead doc link

    philpax committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    94951c4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69f355b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Fix loading GGJT

    iacore committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    17bc0cc View commit details
    Browse the repository at this point in the history
  2. minor fix

    iacore committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6641ae9 View commit details
    Browse the repository at this point in the history
  3. Add mmap

    iacore committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    3910b6a View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    iacore committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e4834bd View commit details
    Browse the repository at this point in the history
  5. Make loader2 default

    iacore committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    c380cee View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. fix: remove dbg!(start_pos)

    philpax committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    5b9788b View commit details
    Browse the repository at this point in the history
  2. fix: respect --no-mmap

    philpax committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    cbf0756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8813b0f View commit details
    Browse the repository at this point in the history
  4. chore: remove old comments

    philpax committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    430abfe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf6a917 View commit details
    Browse the repository at this point in the history
  6. fix: remove some panics

    philpax committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    9b908ae View commit details
    Browse the repository at this point in the history
  7. feat: remove AlreadyAdded error

    Apparently some models just have token dupes? /shrug
    philpax committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    d8c4ca6 View commit details
    Browse the repository at this point in the history
  8. minor fix

    iacore committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    cabc4c9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1930496 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bdb9856 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b41fe14 View commit details
    Browse the repository at this point in the history