scripts : verify py deps at the start of compare (#9520)

This commit is contained in:
Georgi Gerganov 2024-09-18 18:34:32 +03:00 committed by GitHub
parent 6443ddd985
commit 0d2f22e45c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View file

@ -8,6 +8,9 @@ fi
set -e
set -x
# verify at the start that the compare script has all the necessary dependencies installed
./scripts/compare-llama-bench.py --check
bench_args="${@:3}"
rm -f llama-bench.sqlite > /dev/null