Skip to content

Commit

Permalink
Update benchmark concurrent worker count
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachNagengast committed Oct 29, 2024
1 parent 9f493bc commit a9b92c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/WhisperKitTests/RegressionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ final class RegressionTests: XCTestCase {
let vadDecodingOptions = DecodingOptions(
verbose: true,
task: .transcribe,
concurrentWorkerCount: 4,
concurrentWorkerCount: 16,
chunkingStrategy: .vad
)

Expand Down

0 comments on commit a9b92c4

Please sign in to comment.