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

[Feature] Token healing + regular format out. #516

Merged
merged 19 commits into from
Sep 2, 2024
Merged

Commits on Sep 2, 2024

  1. add token healing mode, this is a mode for code generation to get bet…

    …ter code
    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fd37b38 View commit details
    Browse the repository at this point in the history
  2. fix token healing feature to 2 token

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    893e33b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f395c4 View commit details
    Browse the repository at this point in the history
  4. add regex str check

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e0226af View commit details
    Browse the repository at this point in the history
  5. 添加格式化输出代理类

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7e63707 View commit details
    Browse the repository at this point in the history
  6. fix and add contraint test_demo.py code

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7da6dd6 View commit details
    Browse the repository at this point in the history
  7. fix

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d9d4d39 View commit details
    Browse the repository at this point in the history
  8. stop_sequences support list[int]

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    bd56e1e View commit details
    Browse the repository at this point in the history
  9. outlines support multi eos_token_ids

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    66beffa View commit details
    Browse the repository at this point in the history
  10. add support for format out to disable log

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1ec1319 View commit details
    Browse the repository at this point in the history
  11. add contraint out demos

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    689eb2a View commit details
    Browse the repository at this point in the history
  12. fix bug for regex is None in generate func

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5d16ded View commit details
    Browse the repository at this point in the history
  13. add gen_number_v2 func

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b44e0b3 View commit details
    Browse the repository at this point in the history
  14. add constraint demo

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0b68589 View commit details
    Browse the repository at this point in the history
  15. modify requirements.txt

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    63d8029 View commit details
    Browse the repository at this point in the history
  16. add gomoku game

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    c639534 View commit details
    Browse the repository at this point in the history
  17. add outlines copyright.

    hiworldwzj authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f744059 View commit details
    Browse the repository at this point in the history
  18. fix

    hiworldwzj authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    1dd6a5c View commit details
    Browse the repository at this point in the history
  19. fix

    wangzaijun committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d7bf6e9 View commit details
    Browse the repository at this point in the history