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

Add ability to delete tokens (undo feed) #334

Merged
merged 5 commits into from
Jul 9, 2023

Commits on Jul 6, 2023

  1. Add verify_state to ggml/sys/build.rs

    Helps newbies like me set up the repo correctly.
    steventrouble committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2d939e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Refactor tests to put each type in it's own file.

    This'll help when I add my tests, because otherwise this file will explode in size
    steventrouble committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2646aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2238c2 View commit details
    Browse the repository at this point in the history
  3. Add delete tokens test and impl.

    Note that llama.json fails the tests, so it's likely it doesn't support it.
    I may investigate further, though.
    steventrouble committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2e35b46 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Address PR comments

    steventrouble committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    2badcd9 View commit details
    Browse the repository at this point in the history