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

Add GGJT loader #114

Closed
wants to merge 10 commits into from
Closed

Add GGJT loader #114

wants to merge 10 commits into from

Commits on Apr 7, 2023

  1. Add loader stub for GGJT

    iacore committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    40dc491 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 7, 2023
    Configuration menu
    Copy the full SHA
    53ba1a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    071612e View commit details
    Browse the repository at this point in the history
  4. more code cleanup

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

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

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

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

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

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

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