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

[ChatGlm] Adds support for the ChatGLM model #27883

Closed
wants to merge 35 commits into from
Closed

Commits on Dec 7, 2023

  1. initial commit

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3c52a7c View commit details
    Browse the repository at this point in the history
  2. Add co-authros

    Co-authored-by:
    Xunkai
    <[email protected]>
    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3698faf View commit details
    Browse the repository at this point in the history
  3. Some documentation

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f172b33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d97d89 View commit details
    Browse the repository at this point in the history
  5. add # Ignore copy

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    81960a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ffe46d View commit details
    Browse the repository at this point in the history
  7. nits

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4cf106c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9dddc23 View commit details
    Browse the repository at this point in the history
  9. nits

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f80f946 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    02cf4e3 View commit details
    Browse the repository at this point in the history
  11. nits

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2e8d2ab View commit details
    Browse the repository at this point in the history
  12. nit

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4b4a3ad View commit details
    Browse the repository at this point in the history
  13. update mlp

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    698935f View commit details
    Browse the repository at this point in the history
  14. update attention

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e370dfd View commit details
    Browse the repository at this point in the history
  15. fixup

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1ed661c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3bb7687 View commit details
    Browse the repository at this point in the history
  17. correct the tests

    ArthurZucker committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4f201e8 View commit details
    Browse the repository at this point in the history
  18. nits

    younesbelkada committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6462847 View commit details
    Browse the repository at this point in the history
  19. swigluglu

    younesbelkada committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c41598d View commit details
    Browse the repository at this point in the history
  20. more copied from

    younesbelkada committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8bca916 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    f1439d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b843ce5 View commit details
    Browse the repository at this point in the history
  3. up

    younesbelkada committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    6678f39 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. logits match

    younesbelkada committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    66d4e3b View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    2b7b3ad View commit details
    Browse the repository at this point in the history
  2. fix CI

    younesbelkada committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    0101612 View commit details
    Browse the repository at this point in the history
  3. add more comments

    younesbelkada committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    4b74b05 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    e7a49d9 View commit details
    Browse the repository at this point in the history
  2. sdpa support

    younesbelkada committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    bb85756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0228d2 View commit details
    Browse the repository at this point in the history
  4. minor nits

    younesbelkada committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d1e1b43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6847677 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    516efea View commit details
    Browse the repository at this point in the history
  7. add integration tests

    younesbelkada committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    45b5ee7 View commit details
    Browse the repository at this point in the history
  8. format

    younesbelkada committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    d68ad5b View commit details
    Browse the repository at this point in the history