We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55941bf commit 4e787f7Copy full SHA for 4e787f7
1 file changed
Sources/FluidAudioCLI/Commands/ASR/Parakeet/SlidingWindow/CtcEarningsBenchmark.swift
@@ -178,7 +178,9 @@ public enum CtcEarningsBenchmark {
178
179
do {
180
// Load TDT models for transcription
181
- print("Loading TDT models (\(tdtVersion == .v2 ? "v2" : tdtVersion == .tdtCtc110m ? "110m" : "v3")) for transcription...")
+ print(
182
+ "Loading TDT models (\(tdtVersion == .v2 ? "v2" : tdtVersion == .tdtCtc110m ? "110m" : "v3")) for transcription..."
183
+ )
184
let tdtModels = try await AsrModels.downloadAndLoad(version: tdtVersion)
185
let asrManager = AsrManager(config: .default)
186
try await asrManager.initialize(models: tdtModels)
0 commit comments