-
Notifications
You must be signed in to change notification settings - Fork 15
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] Enable PluginManager::nn_preload
#74
Conversation
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Signed-off-by: Xin Liu <sam@secondstate.io>
Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR. Overall Summary: This pull request adds support for the There are a few potential issues and errors to address:
These potential issues should be addressed before merging the pull request. DetailsCommit db23e7613fff03e4c7b8d61e135d7573830b0b79Key Changes:
Potential Problems:
Commit 1edef87c77602c04e0e93a2bea7b917551aaf9f5Key changes:
Potential problems:
Commit 5e4cb3bc2ace04c5032877e1b0f858c490259809Key Changes:
Potential Problems:
Overall, this pull request adds support for the Commit 1a5dc480f158d6820a6e3e8cd6e91598e8674828Key changes:
Potential problems:
It would be helpful to review the commit history and the rest of the changes in the pull request to get a better understanding of the overall impact and reasoning behind this specific change. Commit 22dd4cda86b7835a62048f1fa6923dfd59ac9f9eKey Changes:
Potential Problems:
Commit 7e99c651a623565b906232b3b5455286c50302a2Key Changes:
Potential Problems:
Commit 844f6231ae1d436a0ad13ad83b2fd45be563e8c4Key changes:
Potential problems:
|
@hydai Could you please help review this PR? Thanks a lot! |
@hydai Thanks for the review! |
In this PR, the
PluginManager::nn_preload
API inwasmedge-sdk
is enabled. In addition, improve the original argument design.The new design has been verified by the ggml-llama-via-wasinn example.