diff --git a/setup.sh b/setup.sh index e9fdaf9..6b6ad84 100755 --- a/setup.sh +++ b/setup.sh @@ -16,8 +16,6 @@ set -e wait_for_apt sudo apt-get install -y python3-pip libblas-dev python3-scipy cython python3-h5py portaudio19-dev -git fetch && git reset --hard origin/rnn - arch="$(python3 -c 'import platform; print(platform.machine())')" if ! python3 -c 'import tensorflow' 2>/dev/null && [ "$arch" = "armv7l" ]; then