Replies: 2 comments 1 reply
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Hey, so the AI + Webassembly landscape is still evolving, right now there are no great solutions. You can compile code with SIMD optimizations to get CPU-only inference, but for GPU support new APIs will need to emerge, both on the Webassembly host and on the client.
We are definitely interested in pushing this forward, but it's not the current immediate focus. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hi, I am doing a research about implement wasm with ML models like TensorFlow or so on IoT devices. I found wasi-nn but it seems only for Intel processor at current stage. Then I read the post https://wasmer.io/posts/wasmer-enables-portable-ai. So I am wondering if it is possible to run ML models through wasmer on IoT devices right now. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions