Try to re-add const-me large model (v2)

This commit is contained in:
Nikolaj Olsson 2023-11-28 06:57:29 +01:00
parent d4002ee5ad
commit 6f58e26f5d

View File

@ -89,12 +89,12 @@ namespace Nikse.SubtitleEdit.Core.AudioToText
Size = "1.42 GB", Size = "1.42 GB",
Urls = new []{ "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.bin" }, Urls = new []{ "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.bin" },
}, },
//new WhisperModel new WhisperModel
//{ {
// Name = "large", Name = "large",
// Size = "2.88 GB", Size = "2.88 GB",
// Urls = new []{ "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large.bin" }, Urls = new []{ "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v2.bin?download=true" },
//}, },
}; };
} }
} }