mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-09 14:45:48 +02:00
bench : print system info before ctx check
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user