Fix memory handling in whisper_full_params.language.
+ update tests to run on mac with coreml We can't dynamically allocate memory for language in whisper_full_params because there is no way to free it when the params are destructed. To avoid the need we are converting language value to something in g_lang as it is statically allocated.
P
Piotr Czapla committed
b8dddf0de658a6d053512d51302caa08f2559e4f
Parent: 6fdccd7