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

[Frontend] API support for beam search #9087

Merged
merged 24 commits into from
Oct 6, 2024

Commits on Sep 27, 2024

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

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    35dc9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e4bd17 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

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

    LunrEclipse committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    887b797 View commit details
    Browse the repository at this point in the history
  3. final touchups

    LunrEclipse committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5c17543 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e91cc27 View commit details
    Browse the repository at this point in the history
  5. remove comment

    LunrEclipse committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    76ad80d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f27f5c View commit details
    Browse the repository at this point in the history
  7. Fix failing tests

    LunrEclipse committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    56ee938 View commit details
    Browse the repository at this point in the history
  8. Fix linting

    LunrEclipse committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    05cd08d View commit details
    Browse the repository at this point in the history
  9. Fix imports

    LunrEclipse committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    053f4ca View commit details
    Browse the repository at this point in the history
  10. yapf

    LunrEclipse committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7342f9c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    863a4a0 View commit details
    Browse the repository at this point in the history
  12. move collect into utils

    youkaichao committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    05c0f44 View commit details
    Browse the repository at this point in the history
  13. update

    youkaichao committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    77b9338 View commit details
    Browse the repository at this point in the history
  14. uncomment lines

    youkaichao committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    774217a View commit details
    Browse the repository at this point in the history
  15. fix lint

    youkaichao committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    eac3178 View commit details
    Browse the repository at this point in the history
  16. add functions

    youkaichao committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3920f51 View commit details
    Browse the repository at this point in the history
  17. use value error

    youkaichao committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    10bca33 View commit details
    Browse the repository at this point in the history
  18. catch expected error

    youkaichao committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1d5145b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. fix chat

    LunrEclipse committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    eeece49 View commit details
    Browse the repository at this point in the history
  2. fix lint

    LunrEclipse committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    920f827 View commit details
    Browse the repository at this point in the history
  3. yapf fix

    LunrEclipse committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    dda0e1e View commit details
    Browse the repository at this point in the history