WebAssembly / wasi-nn

Neural Network proposal for WASI
470 stars 36 forks source link

Support loading models by name #38

Closed geekbeast closed 1 year ago

geekbeast commented 1 year ago

This change has been scoped down to only adding support for getting a handle to a named model for inference and updating the WIT bindings to the latest spec.

mingqiusun commented 1 year ago

I think the register/deregister methods make sense for the FaaS scenario, but optional/unnecessary for a standalone env. We should document those two use cases, maybe via sample programs?