Created
June 12, 2022 20:23
-
-
Save n1ckfg/ec4b373f5669b73381c1931bde5a8bb0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://coral.ai/docs/edgetpu/compiler/ | |
| sudo curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - | |
| echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list | |
| sudo apt-get update | |
| sudo apt-get install edgetpu-compiler | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment