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: gRPC-based backends #743

Merged
merged 12 commits into from
Jul 15, 2023
Merged

feat: gRPC-based backends #743

merged 12 commits into from
Jul 15, 2023

Commits on Jul 14, 2023

  1. feat: add falcon ggllm via grpc client

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    b816009 View commit details
    Browse the repository at this point in the history
  2. feat: move llama to a grpc

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    58f6aab View commit details
    Browse the repository at this point in the history
  3. feat: move gpt4all to a grpc service

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ae533ca View commit details
    Browse the repository at this point in the history
  4. feat: use gRPC for transformers

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f2f1d7f View commit details
    Browse the repository at this point in the history
  5. feat: various refactorings

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5dcfdbe View commit details
    Browse the repository at this point in the history
  6. feat: move other backends to grpc

    This finally makes everything more consistent
    
    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1d0ed95 View commit details
    Browse the repository at this point in the history
  7. feat: run all tests

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    189cb3a View commit details
    Browse the repository at this point in the history
  8. fix: fix makefile error

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    7f3de3c View commit details
    Browse the repository at this point in the history
  9. fix: CI fixes

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    98e73ed View commit details
    Browse the repository at this point in the history
  10. fix: Makefile

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    26e510b View commit details
    Browse the repository at this point in the history
  11. fix: fix LDFLAGS for rwkv.cpp

    Previously the libs were added by other deps that made the linker add
    those as well (by chance).
    
    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c0a91ab View commit details
    Browse the repository at this point in the history
  12. fix: fix copy

    Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
    mudler committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f193f56 View commit details
    Browse the repository at this point in the history