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

Add factories for logits_processors #38

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 3, 2024

  1. Add factories for logits_processors

    This allows vllm to support stateful LPs that must be
    unique for each sequence.
    
    Signed-off-by: Max de Bayser <[email protected]>
    maxdebayser committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    35de027 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Address review commments and simplify code

    Signed-off-by: Max de Bayser <[email protected]>
    maxdebayser committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    f803ca2 View commit details
    Browse the repository at this point in the history
  2. Revert to original formatting

    To reduce the lines of the diff
    
    Signed-off-by: Max de Bayser <[email protected]>
    maxdebayser committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d5b47f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    3b9b2bb View commit details
    Browse the repository at this point in the history
  2. address review comments

    Signed-off-by: Max de Bayser <[email protected]>
    maxdebayser committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0be582d View commit details
    Browse the repository at this point in the history