Skip to content

v0.5.0 Modular machine learning backend install via pip options

Choose a tag to compare

@mbeissinger mbeissinger released this 07 Aug 02:37
· 6 commits to master since this release

Release 0.5.0


Breaking Changes

  • Install Lobe with your desired backend options through pip -- pip install lobe[all] for everything,
    pip install lobe[tf] for tensorflow, pip install --index-url https://google-coral.github.io/py-repo/ tflite_runtime; pip install lobe for tensorflow lite, pip install lobe[onnx] for onnx.