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

Batched Beam Search #796

Merged
merged 4 commits into from
Jun 26, 2024
Merged

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    3a5828c View commit details
    Browse the repository at this point in the history
  2. - Printing ID of discarded beams

     - Tracking the set of conversation IDs that made a beam.
    martindevans committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6d6e4cd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. - Minor cleanup of beam search example

     - Added beam normalization, to prevent `CumulativeProbability=0.0` when beams get longer
    martindevans committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c871be2 View commit details
    Browse the repository at this point in the history
  2. Fixed spelling

    martindevans committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a5f61a1 View commit details
    Browse the repository at this point in the history