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
And I see ctranslate2 by os.environ["CT2_USE_EXPERIMENTAL_PACKED_GEMM"] = "1"
So I install Intel® oneAPI Math Kernel Library: Offline 2025.0.1
Original whisper-live is ok for me, but when i turn on
os.environ["CT2_USE_EXPERIMENTAL_PACKED_GEMM"] = "1"
I get message such as
ERROR:root:Error during new connection initialization: variable encoder/conv1/weight not found
How to solve? Thank you...
The text was updated successfully, but these errors were encountered:
@WuShengHan I'd recomment first using your custom model in faster-whisper. If it already works there please check the version of faster-whisper with which custom model works. If it doesnt work there please raise an issue in faster-whisper.
We use faster-whisper==1.1.0 in our latest release.
Hi,
I want to speed up cpu-only execution.
And I see ctranslate2 by os.environ["CT2_USE_EXPERIMENTAL_PACKED_GEMM"] = "1"
So I install Intel® oneAPI Math Kernel Library: Offline 2025.0.1
Original whisper-live is ok for me, but when i turn on
os.environ["CT2_USE_EXPERIMENTAL_PACKED_GEMM"] = "1"
I get message such as
ERROR:root:Error during new connection initialization: variable encoder/conv1/weight not found
How to solve? Thank you...
The text was updated successfully, but these errors were encountered: