bump hailort version

This commit is contained in:
Corwin 2025-04-19 15:32:09 +02:00 committed by GitHub
parent 89b54f19c8
commit c72e8c74fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
sudo apt-get update
sudo apt-get install -y build-essential cmake git wget
hailo_version="4.20.1"
hailo_version="4.21.0"
arch=$(uname -m)
if [[ $arch == "x86_64" ]]; then