Skip to content

Commit 56a87ba

Browse files
authored
whisper : fix hebrew language code (ggml-org#935)
1 parent 95b02d7 commit 56a87ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whisper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ static const std::map<std::string, std::pair<int, std::string>> g_lang = {
139139
{ "hi", { 17, "hindi", } },
140140
{ "fi", { 18, "finnish", } },
141141
{ "vi", { 19, "vietnamese", } },
142-
{ "iw", { 20, "hebrew", } },
142+
{ "he", { 20, "hebrew", } },
143143
{ "uk", { 21, "ukrainian", } },
144144
{ "el", { 22, "greek", } },
145145
{ "ms", { 23, "malay", } },

0 commit comments

Comments
 (0)