-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 11 - Failled to built whisper.cpp for Nvidia cublas #1287
Comments
According to some reports, adding |
Adding your suggestion
or
I am getting the seme errors like in the first post.... |
Oh, I noticed you're using Windows. In those reports I mentioned earlier, there's actually a solution specifically for Windows users.
|
I used as you suggested
Still the same errors like in the first post.
errors CMake Error at C:/Program Files/CMake/share/cmake-3.27/Modules/CMakeDetermineCompilerId.cmake:753 (message): Done Building Project Done Building Project |
any idea how to fix it? |
No, I've labeled this issue as |
what cuda toolkit version you are using and Visual studio community? I was trying cuda toolkit 12.2 and 12.2. |
Sooo If you can built for Nvidia with success can you provide me redy binary please? |
...I give up .... I tried everything . Someone built whisper with cubas on windows with success? |
I assume anyone succeeded .... |
This issue can be caused by too long a value in the environment variable |
Hello I finally fixed it! Now with VS 2022 , Cuda toolkit 11.6.1 and cmake ... mkdir build WORKS! |
Great! |
I experienced the same issue with To resolve this, set $env:CudaToolkitDir = "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8"
$env:NVCC_APPEND_FLAGS = "-allow-unsupported-compiler"
$env:CMAKE_CUDA_COMPILER = "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8\bin\nvcc.exe" |
Getting errors ...
or
Any help please ....
The text was updated successfully, but these errors were encountered: