containerd / containerd/runwasi
Problem when trying to use Runwasi + WasmEdge over Kind and Docker Image
- Dominant language
- Rust
- Stars
- 1.3k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I've had a problem for several days trying to change the Kubernetes runtime to runwasi: WasmEdge.
I am trying to orchestrate the module **llama-simple.wasm** (https://github.com/second-state/llamaedge/releases/latest/download/llama-simple.wasm) for which I know that it is necessary to previously use the --nn-preload flag to indicate the LLM to execute.
The problem is that when I modify the runtime of containerd to run with wasmedge I always get the same error: **kubelet Back-off restarting failed container...**

I have tried to use the runtime of this other runwasi repository (https://github.com/second-state/runwasi), without success, giving me a different error in this case:

I don't know if anyone has tried to run a .wasm module that requires wasi-nn to work that can guide me to see what I'm doing wrong.
I test a simple HTTP server on RUST and it works perfect, so the problem is only with the modules that requires wasi-nn and the flag of --nn-preload to work:

If anyone can help me I appreciate it!.
Regrats,
David.
Contributor guide
Assessment
This issue has not been assessed yet.