bench : print system info before ctx check

This commit is contained in:
Georgi Gerganov
2025-06-25 15:59:23 +03:00
parent 1ad258ca31
commit dc8dda60ee
2 changed files with 3 additions and 6 deletions

View File

@ -104,6 +104,8 @@ for model in "${models[@]}"; do
if [[ $system_info == *"METAL = 1"* ]]; then
config="$config METAL"
elif [[ $system_info == *"Metal : EMBED_LIBRARY = 1"* ]]; then
config="$config METAL"
fi
commit=$(git rev-parse --short HEAD)