Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llama-3 bug fixes #429

Merged
merged 61 commits into from
May 7, 2024
Merged

llama-3 bug fixes #429

merged 61 commits into from
May 7, 2024

Commits on Apr 19, 2024

  1. Fix prompt

    danielhanchen committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    64a7d27 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    495f1da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    656ab22 View commit details
    Browse the repository at this point in the history
  3. fix_untrained_tokens

    danielhanchen committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    c4f2f54 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Update llama.py

    danielhanchen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    87b4bb9 View commit details
    Browse the repository at this point in the history
  2. add tokens

    danielhanchen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    abd192f View commit details
    Browse the repository at this point in the history
  3. Update _utils.py

    danielhanchen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    868351b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f29a3e7 View commit details
    Browse the repository at this point in the history
  5. Update llama.py

    danielhanchen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    2573474 View commit details
    Browse the repository at this point in the history
  6. Update llama.py

    danielhanchen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    bfb32a3 View commit details
    Browse the repository at this point in the history
  7. Update llama.py

    danielhanchen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    40a6d00 View commit details
    Browse the repository at this point in the history
  8. Update llama.py

    danielhanchen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    140a0b0 View commit details
    Browse the repository at this point in the history
  9. pad_token

    danielhanchen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    88435a8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    24790e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1464f7d View commit details
    Browse the repository at this point in the history
  12. tokenizer

    danielhanchen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    df069c5 View commit details
    Browse the repository at this point in the history
  13. Update save.py

    danielhanchen committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    eb00fb7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    805f890 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    80be6ff View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    92723ba View commit details
    Browse the repository at this point in the history
  2. patch tokenizer padding

    danielhanchen committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2e62a69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0678d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update save.py

    danielhanchen committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f85ef9c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Fix: loading models with resized vocabulary (#377)

    * new: vocab resize on load
    
    * new: gitignore
    oKatanaaa committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    d2f10a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. GGUF fix

    danielhanchen committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f5fa654 View commit details
    Browse the repository at this point in the history
  2. Readme (#390)

    * Update README.md
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Michael Han <107991372+shimmyshimmer@users.noreply.github.com>
    danielhanchen and shimmyshimmer committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    8325e05 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    danielhanchen committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    13b1ae6 View commit details
    Browse the repository at this point in the history
  4. Delete .gitignore

    danielhanchen committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    5069a7d View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    1ba3379 View commit details
    Browse the repository at this point in the history
  2. Phi-3

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7c9c3f5 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7b696ee View commit details
    Browse the repository at this point in the history
  4. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    48334f7 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3665c0b View commit details
    Browse the repository at this point in the history
  6. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0f9e073 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    eb135d8 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    56e2674 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b091a0b View commit details
    Browse the repository at this point in the history
  10. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    18533ab View commit details
    Browse the repository at this point in the history
  11. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3e84338 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d8feef5 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    392c034 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    df6fb52 View commit details
    Browse the repository at this point in the history
  15. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    99ed47a View commit details
    Browse the repository at this point in the history
  16. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7fae556 View commit details
    Browse the repository at this point in the history
  17. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    000d050 View commit details
    Browse the repository at this point in the history
  18. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    27f88f0 View commit details
    Browse the repository at this point in the history
  19. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    affbba1 View commit details
    Browse the repository at this point in the history
  20. Update README.md

    danielhanchen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    14f104a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Fix reserved tokens

    danielhanchen committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e040d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb10081 View commit details
    Browse the repository at this point in the history
  3. Update save.py

    danielhanchen committed May 4, 2024
    Configuration menu
    Copy the full SHA
    f53944a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70b41d1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b1b931 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61edc3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73df3ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15d7898 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

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

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. Update save.py

    danielhanchen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    dfec8dd View commit details
    Browse the repository at this point in the history
  2. Update _utils.py

    danielhanchen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    73af5d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c7d9a7 View commit details
    Browse the repository at this point in the history