Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ggml-org/llama.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DifferentialityDevelopment/llama.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 2 files changed
  • 5 contributors

Commits on Apr 18, 2024

  1. Added llama-3 chat template

    Wouter Tichelaar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1f7945f View commit details
    Browse the repository at this point in the history
  2. Update llama.cpp

    Co-authored-by: Samuel Tallet <[email protected]>
    DifferentialityDevelopment and SamuelTallet authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    24874e7 View commit details
    Browse the repository at this point in the history
  3. Update llama.cpp

    Co-authored-by: Samuel Tallet <[email protected]>
    DifferentialityDevelopment and SamuelTallet authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    70eb88c View commit details
    Browse the repository at this point in the history
  4. Update tests/test-chat-template.cpp

    Co-authored-by: Samuel Tallet <[email protected]>
    DifferentialityDevelopment and SamuelTallet authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    bf63ff5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Added EOS stop sequence according to #6751 (comment)

    Wouter Tichelaar committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7370d66 View commit details
    Browse the repository at this point in the history
  2. Removed adding of BOS token before first message

    Wouter Tichelaar committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a55d8a9 View commit details
    Browse the repository at this point in the history
  3. Removed bos token from expected output from llama-3

    Wouter Tichelaar committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    373bab1 View commit details
    Browse the repository at this point in the history
  4. Update tests/test-chat-template.cpp

    Co-authored-by: Rene Leonhardt <[email protected]>
    Configuration menu
    Copy the full SHA
    749cdb9 View commit details
    Browse the repository at this point in the history
  5. Update tests/test-chat-template.cpp

    Co-authored-by: Rene Leonhardt <[email protected]>
    Configuration menu
    Copy the full SHA
    836c97c View commit details
    Browse the repository at this point in the history
  6. Added <|end_of_text|> as another stop token

    Wouter Tichelaar committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    77a1303 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a067535 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

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