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

Defensively copy sampling_params #2881

Merged
merged 1 commit into from
Feb 17, 2024

Commits on Feb 15, 2024

  1. Defensively copy sampling_params

    If the SamplingParams object passed to LLMEngine.add_request() is mutated after it returns, it could affect the async sampling process for that request.
    
    Suggested by @Yard1 vllm-project#2514 (comment)
    njhill committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ff9c61a View commit details
    Browse the repository at this point in the history