-
Notifications
You must be signed in to change notification settings - Fork 778
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
[WASI-NN] Support llama 3.2 vision (mllama) #3929
base: master
Are you sure you want to change the base?
Conversation
q82419
commented
Dec 19, 2024
•
edited
Loading
edited
- Refactor cmake to reuse the image libraries
- Helper macro for simplify the debug and error logging
- Refactor the graph states to unload safety
- Refine the life cycle of projection models
- Refine the tokenizing and llama decode
- Add the mllama patch
- Add the vision support with mllama
Hello, I am a code review agent on flows.network. Here are my reviews of changed source code files in this PR. cmake/Helper.cmakePotential issuesN/A Summary of changesN/A plugins/wasi_nn/wasinn_chattts.cppPotential issuesN/A Summary of changesN/A plugins/wasi_nn/wasinn_ggml.cppPotential issuesN/A Summary of changesN/A plugins/wasi_nn/wasinn_ggml.hPotential issuesN/A Summary of changes
plugins/wasi_nn/wasinn_mlx.cppPotential issuesN/A Summary of changesN/A plugins/wasi_nn/wasinn_openvino.cppPotential issues
Summary of changes
plugins/wasi_nn/wasinn_piper.cppPotential issuesN/A Summary of changesN/A plugins/wasi_nn/wasinn_tfl.cppPotential issuesN/A Summary of changes
plugins/wasi_nn/wasinn_torch.cppPotential issues
Summary of changes
plugins/wasi_nn/wasinn_whisper.cppPotential issuesN/A Summary of changesN/A plugins/wasi_nn/wasinnenv.hPotential issuesN/A Summary of changes
plugins/wasi_nn/wasinnfunc.cppPotential issuesN/A Summary of changesN/A plugins/wasmedge_image/CMakeLists.txtPotential issuesN/A Summary of changesN/A |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3929 +/- ##
=======================================
Coverage 80.27% 80.28%
=======================================
Files 278 278
Lines 38713 38713
Branches 6728 6767 +39
=======================================
+ Hits 31078 31079 +1
- Misses 6025 6041 +16
+ Partials 1610 1593 -17 ☔ View full report in Codecov by Sentry. |
Signed-off-by: YiYing He <yiying@secondstate.io>
Signed-off-by: YiYing He <yiying@secondstate.io>
Signed-off-by: YiYing He <yiying@secondstate.io>
backends. Signed-off-by: YiYing He <yiying@secondstate.io>
a9e4b98
to
07e4d15
Compare