]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
scripts : add -nfa option [no ci]
authorGeorgi Gerganov <redacted>
Tue, 30 Sep 2025 18:37:00 +0000 (21:37 +0300)
committerGeorgi Gerganov <redacted>
Tue, 30 Sep 2025 18:37:00 +0000 (21:37 +0300)
ci/run.sh
scripts/bench-all.sh

index d98a3d860472c88da54184f8d6f975420f950b05..cbe28442e16e28ff7d7ef9dfd4d17f123cb73dab 100644 (file)
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -246,7 +246,7 @@ function gg_run_bench {
     cd ${SRC}
 
     # set flash attention flag if enabled
-    fattn=""
+    fattn="-nfa"
     if [ "$BENCH_FLASH_ATTN" -eq 1 ]; then
         fattn="-fa"
     fi
index 4c1a7a101fd0c72399726a79f7d7e02cb418f06c..a15a361c70839eff2e0bd709165910f6fcb80c70 100755 (executable)
@@ -19,7 +19,7 @@ fi
 
 fattn=""
 if [ -z "$3" ] || [ "$3" -eq 0 ]; then
-    fattn=""
+    fattn="-nfa"
 else
     fattn="-fa"
 fi