hydai
hydai
Replaced by #4283
This error shows the WASI-NN plugin is not loaded correctly. @L-jasmine @apepkuss Could you please help with this? I think the Rust SDK may need a specific workflow to load...
No. The plugin is found. Otherwise, it cannot be executed. This seems like the llama-api-server throws an error about the Model not being found. Maybe @apepkuss will know the cause.
Hi @Burning1020 https://gist.github.com/Burning1020/59b786b5b9b1427c66449bf04309223d#file-gistfile1-txt-L41-L48 Here, you want to set a host file for the `nnpreload`. Since you already mapped the host fs into guest fs, could you please try `let nn_preload...
And move the pluginloader before the vm got created. I wonder if the Rust SDK is already finished the wasi-nn process when [with_plugin_wasi_nn is called](https://gist.github.com/Burning1020/59b786b5b9b1427c66449bf04309223d#file-gistfile1-txt-L33) https://gist.github.com/Burning1020/59b786b5b9b1427c66449bf04309223d#file-gistfile1-txt-L48-L51
It might be an issue about how the host FS is mapping to the guest FS. We use the guest fs path in the containerd+crun scenario because the crun will...
> > No. The plugin is found. Otherwise, it cannot be executed. This seems like the llama-api-server throws an error about the Model not being found. Maybe @apepkuss will know...
Hi @alabulei1 Do you have any idea how to draw a graph in mdbook? This format can generate the graph on GitHub Pages. However, it looks like it needs to...
Hi @Puellaquae What's the expected behavior of your application? Could you provide a rust or c program which is doing the same thing?
## Summary It should be fixed in 0.14.1 now. ## Env * rustc 1.85.1 (4eb161250 2025-03-15) * ubuntu 20.04 * x86_64 * wasmedge version 0.14.1 ## Without `text.txt` and `text`...