second-state / WasmEdge-go

The GO language SDK and API for WasmEdge
https://www.secondstate.io/articles/extend-golang-app-with-webassembly-rust/
Apache License 2.0
107 stars 16 forks source link

Deprecate the TensorFlow and TensorFlow-Lite extension in `v0.13.0` #42

Closed q82419 closed 1 year ago

q82419 commented 1 year ago

WasmEdge-Tensorflow, WasmEdge-TensorflowLite, and WasmEdge-Image are deprecated in WasmEdge 0.13.0. Therefore, the APIs such as NewImageModule(), NewTensorflowModule(), and NewTensorflowLiteModule() will be deleted in WasmEdge-Go v0.13.0.

The TensorFlow extension will be replaced by the WasmEdge-Tensorflow plug-in, and so do the TensorFlow-Lite and Image extensions. We'll update the document and the examples soon after the installer ready for the plug-ins installation with their dependencies.

For users need to use the extensions, please fallback to the v0.12.1 version.