diff options
| author | yum <yum.food.vr@gmail.com> | 2023-12-08 18:13:32 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-12-08 18:13:56 -0800 |
| commit | 15368618a109eeec69209a6693839eb359ecd190 (patch) | |
| tree | e953e692c25df4f791b576cd3c649b81ed69704a /GUI | |
| parent | dbb2f72792e2af3ff220313f84bf76a9a1ddbeb4 (diff) | |
Add distilled whisper large-v2 model
Diffstat (limited to 'GUI')
| -rw-r--r-- | GUI/GUI/GUI/Frame.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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
|
