scripts : verify py deps at the start of compare (#9520)
This commit is contained in:
parent
6443ddd985
commit
0d2f22e45c
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue