Use tensorflow 2.16.1

This commit is contained in:
Alexandre
2025-03-05 17:31:06 +01:00
committed by GitHub
parent 067a5de559
commit 48d0c982e0

View File

@@ -28,7 +28,7 @@ if [[ "$(uname -m)" = "x86_64" ]]; then
chmod 777 /home/pi/.cache/pip
source /home/pi/BirdNET-Pi/birdnet/bin/activate
pip3 uninstall -y tflite_runtime
pip3 install tensorflow
pip3 install tensorflow==2.16.1
deactivate
fi
fi