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

[Native Lib] Support specifying LLaVA native library path #644

Open
AsakusaRinne opened this issue Apr 3, 2024 · 0 comments
Open

[Native Lib] Support specifying LLaVA native library path #644

AsakusaRinne opened this issue Apr 3, 2024 · 0 comments

Comments

@AsakusaRinne
Copy link
Collaborator

NativeLibraryConfig.Instance.WithLibrary provides a way for user to specify the native library to be loaded directly. However, it cannot deal with LLaVA. Currently, users could specify NativeLibraryConfig.Instance.WithLibrary("llama.dll") but not NativeLibraryConfig.Instance.WithLibrary("llava_shared.dll"). With the introduce of LLaVA support in v0.11.1, this feature means a lot to users.

When adding this feature, extensibility should be considered because there is probably other cases just like LLaVA in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant