Merge branch 'master' into split_build_parallelism

This commit is contained in:
Ettore Di Giacinto 2023-06-29 11:26:16 +02:00 committed by GitHub
commit 5e244c5711
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,7 @@ func Transcript(model whisper.Model, audiopath, language string, threads uint) (
context.SetLanguage("auto") context.SetLanguage("auto")
} }
if err := context.Process(data, nil); err != nil { if err := context.Process(data, nil, nil); err != nil {
return "", err return "", err
} }