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

Structural Overhaul #162

Merged
merged 40 commits into from
Apr 30, 2023
Merged

Structural Overhaul #162

merged 40 commits into from
Apr 30, 2023

Commits on Apr 16, 2023

  1. Create a Model trait

    danforbes committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    d84aa7f View commit details
    Browse the repository at this point in the history
  2. Bloom model

    Modified code by @hhamud
    danforbes committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    e0713a1 View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    danforbes committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    6bfda75 View commit details
    Browse the repository at this point in the history
  4. Rename llama-rs to llm-base

    danforbes committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    73f59c3 View commit details
    Browse the repository at this point in the history
  5. Clippy

    danforbes committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    e670c25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4b4176 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cf305f View commit details
    Browse the repository at this point in the history
  8. cargo fmt

    danforbes committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    0d4dde9 View commit details
    Browse the repository at this point in the history
  9. Docs

    danforbes committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    849c28d View commit details
    Browse the repository at this point in the history
  10. Tests and examples

    danforbes committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    54ad890 View commit details
    Browse the repository at this point in the history
  11. Layers are private

    danforbes committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    4ba7c1c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    dcf85ff View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Merge branch 'main' into dfo/model/bloom

    This disables BLOOM support for now.
    philpax committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    43ecac1 View commit details
    Browse the repository at this point in the history
  2. Fix build

    philpax committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    440bd69 View commit details
    Browse the repository at this point in the history
  3. refactor: introduce llm(-cli)

    philpax committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5658484 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    bcf5627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ac4b79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1601240 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1761512 View commit details
    Browse the repository at this point in the history
  5. cargo fmt

    danforbes committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    8d2d9c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    813bdd1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    c608b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e19418c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e35f93b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. Configuration menu
    Copy the full SHA
    288df7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aea8f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8594ac8 View commit details
    Browse the repository at this point in the history
  4. Improve examples

    danforbes committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    a542c98 View commit details
    Browse the repository at this point in the history
  5. Latest upstream ggml

    danforbes committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    16fca15 View commit details
    Browse the repository at this point in the history
  6. Cleanup README

    danforbes committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    974d2f7 View commit details
    Browse the repository at this point in the history
  7. Rebase fix

    danforbes committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    1abaa41 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    f994fa8 View commit details
    Browse the repository at this point in the history
  2. Rebase & remove BLOOM

    danforbes committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    ff99a80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    454f3a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e69d487 View commit details
    Browse the repository at this point in the history
  5. ggml-rs -> ggml

    danforbes committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    608090b View commit details
    Browse the repository at this point in the history
  6. Add back BLOOM

    Co-authored-by: @hhamud <53880692+hhamud@users.noreply.github.com>
    danforbes and hhamud committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    78db42c View commit details
    Browse the repository at this point in the history
  7. feat: re-enable BLOOM for now

    philpax committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    1eb2e11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    181d823 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9314c68 View commit details
    Browse the repository at this point in the history