Skip to content

Commit

Permalink
add missing equal sign (apache#7531)
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaluisjose authored and Lokiiiiii committed Mar 2, 2021
1 parent 1ba57e5 commit e1ff9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/frontend/from_tflite.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
.. code-block:: bash
# install tflite
pip install tflite=2.1.0 --user
pip install tflite==2.1.0 --user
or you could generate TFLite package yourself. The steps are the following:
Expand Down

0 comments on commit e1ff9a8

Please sign in to comment.