hotg-ai / rune

Rune provides containers to encapsulate and deploy edgeML pipelines and applications
Apache License 2.0
133 stars 15 forks source link

Merge the runtime and image crates #413

Closed Michael-F-Bryan closed 2 years ago

Michael-F-Bryan commented 2 years ago

This lays a lot of the ground work for #409 by removing the concept of an "image" entirely and letting the runtime manage things like which capabilities are requested and tensor memory. It also provides a seam to let us refactor the rune-runtime interface (e.g. using wit-bindgen) without breaking downstream, in particular the mobile app.