mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
Try to re-add const-me large model (v2)
This commit is contained in:
parent
d4002ee5ad
commit
6f58e26f5d
@ -89,12 +89,12 @@ namespace Nikse.SubtitleEdit.Core.AudioToText
|
||||
Size = "1.42 GB",
|
||||
Urls = new []{ "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-medium.bin" },
|
||||
},
|
||||
//new WhisperModel
|
||||
//{
|
||||
// Name = "large",
|
||||
// Size = "2.88 GB",
|
||||
// Urls = new []{ "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large.bin" },
|
||||
//},
|
||||
new WhisperModel
|
||||
{
|
||||
Name = "large",
|
||||
Size = "2.88 GB",
|
||||
Urls = new []{ "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-large-v2.bin?download=true" },
|
||||
},
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user