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

fix(llama.cpp): disable mirostat as default #2911

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 18, 2024

  1. fix(llama.cpp): disable mirostat as default

    Even if increasing the quality of the output, it has shown to have
    performance drawbacks to be so noticeable that the confuses users about
    speed of LocalAI ( see also
    #2780 ).
    
    This changeset disables Mirostat by default (which can
    be still enabled manually).
    
    Signed-off-by: Ettore Di Giacinto <[email protected]>
    mudler committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4e40788 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0d17c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c27c91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11cb7a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 27, 2024

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

Commits on Aug 20, 2024

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

Commits on Sep 17, 2024

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