We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f493bc commit a9b92c4Copy full SHA for a9b92c4
Tests/WhisperKitTests/RegressionTests.swift
@@ -47,7 +47,7 @@ final class RegressionTests: XCTestCase {
47
let vadDecodingOptions = DecodingOptions(
48
verbose: true,
49
task: .transcribe,
50
- concurrentWorkerCount: 4,
+ concurrentWorkerCount: 16,
51
chunkingStrategy: .vad
52
)
53
0 commit comments