You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi thank you for this wonderful tool!
I was trying to use this wrapper for my project and it works very well with regular version but when I turn on the CUDA in the preference setting, it always throw this error no matter what I say in the mic.
I can't tell if this is a bug from the DLL or I just did the setting wrong so I am leaving a question here.
All I could figure out was in WhisperWrapper.cs:231, "start" value gets a weird number from the dll function
so an overflow happens in WhisperResult.cs:67
These are the settings for Whisper Manager and Microphone record
System info:
Visual studio info:
Microsoft Visual Studio Community 2022
Version 17.9.7
VisualStudio.17.Release/17.9.7+34902.65
Microsoft .NET Framework
Version 4.8.09032
Installed Version: Community
Visual C++ 2022 00482-90000-00000-AA399
Microsoft Visual C++ 2022
NVIDIA CUDA 12.2 Wizards 12.2
NVIDIA Nsight Visual Studio Edition 2023.2.0.23143
NVIDIA Nsight Visual Studio Edition - CUDA support 2023.2.0.23143
Visual Studio Tools for Unity 17.9.2.0
Visual Studio Tools for Unity
The text was updated successfully, but these errors were encountered:
I reproduced this error locally. It looks like this error happens only with enabled CUDA and quantized model. The ggml-small model works fine, but ggml-small-q5_1 fails to transcript and throws overflow exception.
I'm not sure what causing this error. Both start timestamp and text seems to be corrupted, while the end timestamp isn't. This could indicate some error in C# bindings, but the code is identical to CPU version. I also tested original whisper.cpp example and it works fine with CUDA and quantized model.
Hi thank you for this wonderful tool!
I was trying to use this wrapper for my project and it works very well with regular version but when I turn on the CUDA in the preference setting, it always throw this error no matter what I say in the mic.
I can't tell if this is a bug from the DLL or I just did the setting wrong so I am leaving a question here.
All I could figure out was in WhisperWrapper.cs:231, "start" value gets a weird number from the dll function
so an overflow happens in WhisperResult.cs:67
These are the settings for Whisper Manager and Microphone record
System info:
Visual studio info:
Microsoft Visual Studio Community 2022
Version 17.9.7
VisualStudio.17.Release/17.9.7+34902.65
Microsoft .NET Framework
Version 4.8.09032
Installed Version: Community
Visual C++ 2022 00482-90000-00000-AA399
Microsoft Visual C++ 2022
NVIDIA CUDA 12.2 Wizards 12.2
NVIDIA Nsight Visual Studio Edition 2023.2.0.23143
NVIDIA Nsight Visual Studio Edition - CUDA support 2023.2.0.23143
Visual Studio Tools for Unity 17.9.2.0
Visual Studio Tools for Unity
The text was updated successfully, but these errors were encountered: