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

main : don't print special tokens with --grammar #6923

Merged
merged 15 commits into from
May 25, 2024

Commits on Apr 26, 2024

  1. main : don't print special tokens with --grammar

    The CLI interface was recently changed to print special control tokens
    like the </s> stop message one. This token shouldn't be printed if the
    grammar flag was passed, unless the grammar specifies it, because that
    breaks shell-scriptability.
    jart committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    08c5e35 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on May 19, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    9f445a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad4b609 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9ea9df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5032f18 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90456a5 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    50048f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1e8a6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d52482 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f76ba5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8b373c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12fcea5 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

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