Skip to content

Commit

Permalink
reinstall tflite-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavikapanara committed Aug 5, 2021
1 parent 0025151 commit ab3944a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions install_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,8 @@ pip3 install -r requirements.txt


echo "Installing tflite for x86 CPU"
# if python3 --version | grep -q 3.8
# then
# # pip3 install --force-reinstall https://github.com/google-coral/pycoral/releases/download/v1.0.1/tflite_runtime-2.5.0-cp38-cp38-linux_x86_64.whl
# pip3 install --force-reinstall https://github.com/google-coral/pycoral/releases/download/v1.0.1/tflite_runtime-2.5.0-cp38-cp38-linux_x86_64.whl
# else
# # pip3 install https://dl.google.com/coral/python/tflite_runtime-1.14.0-cp37-cp37m-linux_x86_64.whl
# pip3 install --force-reinstall https://github.com/google-coral/pycoral/releases/download/v1.0.1/tflite_runtime-2.5.0-cp37-cp37m-linux_x86_64.whl
# fi

pip3 list

# echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list
# curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
# sudo apt-get update
# sudo apt-get install python3-tflite-runtime

pip3 install --index-url https://google-coral.github.io/py-repo/ tflite_runtime

pip3 list

# [Cleanup]
Expand Down

0 comments on commit ab3944a

Please sign in to comment.