BBC-Esq
BBC-Esq
Hey @sanchit-gandhi , despite our prior correspondence regarding the "insanely" faster whisper, I've tested this awesome library and it's accurate. It actually is faster than anything I've ever tested, including...
@sanchit-gandhi two weeks and not confirmation about the results? ...Hmm...is your interest really in "verifying" the accuracy of the results or promoting Huggingface's ~thousands of stars for the "insanely" insane,....
Is there any update as to whether llamafile supports the Vulkan backend from llama.cpp?
I'm getting the same exact error message regarding the .dll file...I searched the "lib" directory after pip installing and there are no .dll files within that directory. Any idea why?...
I'm using Python 3.11. Not familiar with WSL...any other ideas? Have you actually tested it on Windows?
Actually, it wasn't that hard to test and it gave me this error: ``` Traceback (most recent call last): File "D:\Scripts\benchmark_whisper\bench_whisper_cpp.py", line 1, in from pywhispercpp.model import Model File "D:\Scripts\benchmark_whisper\Lib\site-packages\pywhispercpp\model.py",...
Correction in case you didn't see my edit to the above message...The .pyd file is a directory higher in "site-packages".
Sure, I'll put it in both at the same time.
Same exact error as before. Might it be that you're importing "_pywhispercpp" with an underscore at the beginning instead of simply "pywhispercpp"?
The script I'm using is very simple. I even modified it to add appending the system path but am still getting the same error... ``` import sys import os from...