From 847bd603d63eb82dee0522f1ae12a0cd92d15a2d Mon Sep 17 00:00:00 2001 From: Nikolaj Olsson Date: Thu, 3 Oct 2024 08:39:01 +0200 Subject: [PATCH] again... --- src/libse/AudioToText/WhisperCppModel.cs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/libse/AudioToText/WhisperCppModel.cs b/src/libse/AudioToText/WhisperCppModel.cs index 94ccc2b3b..4fb2278b0 100644 --- a/src/libse/AudioToText/WhisperCppModel.cs +++ b/src/libse/AudioToText/WhisperCppModel.cs @@ -163,6 +163,18 @@ namespace Nikse.SubtitleEdit.Core.AudioToText Size = "2.88 GB", Urls = new []{ DownloadUrlPrefix + "ggml-large-v3-q5_0.bin" }, }, + new WhisperModel + { + Name = "large-v3-turbo", + Size = "1.5 GB", + Urls = new []{ DownloadUrlPrefix + "ggml-large-v3-turbo.bin" }, + }, + new WhisperModel + { + Name = "large-v3-turbo-q5_0", + Size = "547 MB", + Urls = new []{ DownloadUrlPrefix + "ggml-large-v3-turbo-q5_0.bin" }, + }, new WhisperModel {