Skip to content

Commit 47fcd7d

Browse files
committed
scripts : add -nfa option [no ci]
1 parent 8a67c55 commit 47fcd7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function gg_run_bench {
246246
cd ${SRC}
247247

248248
# set flash attention flag if enabled
249-
fattn=""
249+
fattn="-nfa"
250250
if [ "$BENCH_FLASH_ATTN" -eq 1 ]; then
251251
fattn="-fa"
252252
fi

scripts/bench-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919

2020
fattn=""
2121
if [ -z "$3" ] || [ "$3" -eq 0 ]; then
22-
fattn=""
22+
fattn="-nfa"
2323
else
2424
fattn="-fa"
2525
fi

0 commit comments

Comments
 (0)