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

Non-mutually exclusive features #37

Open
pedro-devv opened this issue Feb 26, 2024 · 0 comments
Open

Non-mutually exclusive features #37

pedro-devv opened this issue Feb 26, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@pedro-devv
Copy link
Contributor

At the moment GPU features are all mutually exclusive. Users of the library should be able to compile all backends they wish to, and then decide which to use at runtime. This would be more convenient for shipping programs using this crate.

One initial idea is to compile different Llama.cpp versions, one for each backend, as a dynamic library, however build artifacts aren't directly included in a project unless they are somehow included in a Rust source file, so if a project is bundled, the dynamic libraries wouldn't be included.

@pedro-devv pedro-devv added the enhancement New feature or request label Feb 26, 2024
@pedro-devv pedro-devv added the help wanted Extra attention is needed label Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant