We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a67c55 commit 47fcd7dCopy full SHA for 47fcd7d
ci/run.sh
@@ -246,7 +246,7 @@ function gg_run_bench {
246
cd ${SRC}
247
248
# set flash attention flag if enabled
249
- fattn=""
+ fattn="-nfa"
250
if [ "$BENCH_FLASH_ATTN" -eq 1 ]; then
251
fattn="-fa"
252
fi
scripts/bench-all.sh
@@ -19,7 +19,7 @@ fi
19
20
fattn=""
21
if [ -z "$3" ] || [ "$3" -eq 0 ]; then
22
23
else
24
25
0 commit comments