RndyP

Results 3 issues of RndyP

The eventual crash occurs here: dst_data is NULL because params->wdata is NULL ![image](https://user-images.githubusercontent.com/78916608/209989435-c71a499a-7186-4696-bc90-f2a49682c565.png) Cause is way up the stack where cgraph->work is zero: ![image](https://user-images.githubusercontent.com/78916608/209988877-4d22a5a6-836e-42a4-921b-276800f5b3cf.png) My environment is Visual Studio 2022....

Environment: I am sending Whisper short chunks of about 3 seconds of audio. I set the parameter m_params.max_tokens=3 because I am not expecting many tokens in this amount of time....

question

Platform: Windows C++ app built with VS2022. My PC is a Dell laptop with quad core i5. Pass a 3 second audio clip of the word "six" 3 or four...

enhancement