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(Makefile): allow to restrict backend builds #890

Merged
merged 1 commit into from Aug 13, 2023
Merged

Conversation

mudler
Copy link
Owner

@mudler mudler commented Aug 13, 2023

Description

this allow to override default backends included in the local-ai binary during build by specifying the targets with GRPC_BACKENDS.

For instance, to build only with llama.cpp:

make GRPC_BACKENDS=backend-assets/grpc/llama build

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
@mudler mudler merged commit 77e1ae3 into master Aug 13, 2023
14 checks passed
@mudler mudler deleted the split_build branch August 13, 2023 18:04
@mudler mudler added the enhancement New feature or request label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant