diff --git a/tutorials/frontend/from_tflite.py b/tutorials/frontend/from_tflite.py index a3014f9d2ea8..f7e8422c37b6 100644 --- a/tutorials/frontend/from_tflite.py +++ b/tutorials/frontend/from_tflite.py @@ -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: