mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
again...
This commit is contained in:
parent
ed7e267744
commit
847bd603d6
@ -163,6 +163,18 @@ namespace Nikse.SubtitleEdit.Core.AudioToText
|
|||||||
Size = "2.88 GB",
|
Size = "2.88 GB",
|
||||||
Urls = new []{ DownloadUrlPrefix + "ggml-large-v3-q5_0.bin" },
|
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
|
new WhisperModel
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user