Skip to content

Commit

Permalink
Extra logging to worker
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Oct 14, 2024
1 parent 00bfad9 commit 1a07628
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/worker/src/transcribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ export const runWhisper = async (
) => {
const { containerId, numberOfThreads, model, wavPath } = whisperBaseParams;
const fileName = path.parse(wavPath).name;
console.log(
`Runnning whisper with params ${whisperParams}, base params: ${JSON.stringify(whisperBaseParams, null, 2)}`,
);

try {
const result = await runSpawnCommand(
Expand Down

0 comments on commit 1a07628

Please sign in to comment.