Skip to content

Commit 3870ecc

Browse files
committed
Disable transformersjs-whisper-wasm by default.
Whisper is a much more diverse workload in comparison to Bert but has some notable downsides. In particular, the model is much bigger and its overall memory footprint is much higher. This causes memory issues on iOS and seems to be related to a relatively high jetsam rate there. Whisper also takes much longer to run than Bert. So getting rid of the longer workload speeds up the benchmark overall.
1 parent 6e112ce commit 3870ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JetStreamDriver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2542,7 +2542,7 @@ let BENCHMARKS = [
25422542
iterations: 5,
25432543
worstCaseCount: 1,
25442544
allowUtf16: true,
2545-
tags: ["default", "Wasm", "transformersjs"],
2545+
tags: ["Wasm", "transformersjs"],
25462546
}),
25472547
new WasmLegacyBenchmark({
25482548
name: "tfjs-wasm",

0 commit comments

Comments
 (0)