Skip to content

Iceber/wasmcloud-wasi-nn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wasmCloud-wasi-nn provides wasmCloud with wasi-nn compatibility.

The implementation of the wasi-nn capability provider is very flexible, and currently two types of providers have been implemented

  • Native OpenVINO: This implementation is basically the same as the wasmtime implementation of wasi-nn/openvino..

A simple demo can be seen here, and a more complete video

  • Candle based implementation: Candle provides support for loading many types of models, e.g., LLMs, Text to image Models, Image to text Models, etc.

You can see a demo of Candle-based LLMs here candle provider arch

The code for providers hasn't been pushed yet, feel free to discuss with me in Slack or Issue!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages