Replies: 1 comment 4 replies
-
Hi @DanielusG, I only use Linux so I cannot help much debug the issue. But I think the DLL issue is related to the MSVC (Microsoft Visual C and C++) runtime libraries, maybe they are missing. Otherwise, even if it didn't work on Windows, you can submit a PR and I can merge your changes! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i create a fork of this project in https://github.com/DanielusG/pywhispercpp.git
In this fork, I created commits that allowed whisper to use CuBLAS and thus accelerate whisper using the GPU
It works fine on linux and shows my GPU in use, but when I try to compile on Windows, it compiles without errors, but when I import the library a DLL error comes up. I should have done most of the work, I just need some help getting it to work on Windows.
Even just a suggestion on how I can debug the dll would be fine. I am not an expert in this field so any suggestions would be well appreciated!
The error using my fork on windows:
There are a lot of things hardcoded in the fork, i will fix later, but generally now just clone my fork and build it, it should work
Beta Was this translation helpful? Give feedback.
All reactions