Skip to content

Commit e1622db

Browse files
committed
Update release.md with new tflite_runtime instructions.
1 parent 656261b commit e1622db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
___
33
## Breaking Changes
44
* Install Lobe with your desired backend options through pip -- `pip install lobe[all]` for everything,
5-
`pip install lobe[tf]` for tensorflow, `pip install lobe[tflite]` for tensorflow lite, `pip install lobe[onnx]` for onnx.
5+
`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.
66

77

88
# Release 0.4.0

0 commit comments

Comments
 (0)