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

feat(llama.cpp): add distributed llama.cpp inferencing #2324

Merged
merged 8 commits into from
May 14, 2024

Commits on May 14, 2024

  1. feat(llama.cpp): support distributed llama.cpp

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed May 14, 2024
    Configuration menu
    Copy the full SHA
    57ef494 View commit details
    Browse the repository at this point in the history
  2. feat: let tweak how chat messages are merged together

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1f23930 View commit details
    Browse the repository at this point in the history
  3. refactor

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed May 14, 2024
    Configuration menu
    Copy the full SHA
    077ba78 View commit details
    Browse the repository at this point in the history
  4. Makefile: register to ALL_GRPC_BACKENDS

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2c5ae68 View commit details
    Browse the repository at this point in the history
  5. refactoring, allow disable auto-detection of backends

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed May 14, 2024
    Configuration menu
    Copy the full SHA
    cacdf67 View commit details
    Browse the repository at this point in the history
  6. minor fixups

    Signed-off-by: mudler <mudler@localai.io>
    mudler committed May 14, 2024
    Configuration menu
    Copy the full SHA
    793c45d View commit details
    Browse the repository at this point in the history
  7. feat: add cmd to start rpc-server from llama.cpp

    Signed-off-by: mudler <mudler@localai.io>
    mudler committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3e53f45 View commit details
    Browse the repository at this point in the history
  8. ci: add ccache

    Signed-off-by: mudler <mudler@localai.io>
    mudler committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b33224b View commit details
    Browse the repository at this point in the history