Skip to content

Commit d314d91

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 1fd214f commit d314d91

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
@@ -2399,7 +2399,7 @@ let BENCHMARKS = [
23992399
iterations: 5,
24002400
worstCaseCount: 1,
24012401
allowUtf16: true,
2402-
tags: ["Default", "Wasm", "transformersjs"],
2402+
tags: ["Wasm", "transformersjs"],
24032403
}),
24042404
new WasmLegacyBenchmark({
24052405
name: "tfjs-wasm",

0 commit comments

Comments
 (0)