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

Added settings vllm #2599

Merged
merged 10 commits into from
Nov 1, 2023
Merged

Commits on Oct 17, 2023

  1. Added top_k & penaltys

    bodza committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8e35481 View commit details
    Browse the repository at this point in the history
  2. Fixed top_k definition

    bodza committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    3b9bbbb View commit details
    Browse the repository at this point in the history
  3. Added top_k to completion request

    bodza committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    27fad0d View commit details
    Browse the repository at this point in the history
  4. typo ,

    bodza committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e119ca9 View commit details
    Browse the repository at this point in the history
  5. Fixed 2nd typo smh

    bodza committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ae6eed7 View commit details
    Browse the repository at this point in the history
  6. added topk to ChatCompletionRequest

    bodza committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7d9c46b View commit details
    Browse the repository at this point in the history
  7. Added top_p to @app.post("/v1/chat/completions", dependencies=[Depend…

    …s(check_api_key)])
    bodza committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8bed52f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. ran format.sh

    bodza committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    09fa806 View commit details
    Browse the repository at this point in the history
  2. Defaults from vllm

    bodza committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    43423eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06f9ff1 View commit details
    Browse the repository at this point in the history