1
0
mirror of synced 2024-11-12 01:40:51 +01:00

make dlmodels.sh executable before running (#1771)

This commit is contained in:
Albert Softie 2024-01-27 02:13:34 -05:00 committed by GitHub
parent c09d1bcfac
commit 401db68aba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
run.sh
View File

@ -51,6 +51,7 @@ else
fi
# Download models
chmod +x tools/dlmodels.sh
./tools/dlmodels.sh
if [ $? -ne 0 ]; then