Skip to content

Commit 99b925c

Browse files
authored
Merge pull request #212 from kmiller68/disable-whisper-wasm
Disable transformersjs-whisper-wasm by default.
2 parents 6e112ce + 3870ecc commit 99b925c

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)