From 15368618a109eeec69209a6693839eb359ecd190 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 8 Dec 2023 18:13:32 -0800 Subject: Add distilled whisper large-v2 model --- GUI/GUI/GUI/Frame.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'GUI') diff --git a/GUI/GUI/GUI/Frame.cpp b/GUI/GUI/GUI/Frame.cpp index 0cdd99e..0c83742 100644 --- a/GUI/GUI/GUI/Frame.cpp +++ b/GUI/GUI/GUI/Frame.cpp @@ -463,6 +463,7 @@ namespace { "medium", "large-v1", "large-v2", + "yumfood/whisper_distil_large_v2_ct2", }; const size_t kNumModelChoices = sizeof(kModelChoices) / sizeof(kModelChoices[0]); constexpr int kModelDefault = 2; // base.en -- cgit v1.2.3