ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
34.89k stars 3.56k forks source link

Cuda Build Error on Win11: error C3688 #2428

Open AeneasZhu opened 2 weeks ago

AeneasZhu commented 2 weeks ago

image

Build method

mkdir build
cmake -B build -DGGML_CUDA=1
cmake --build build --config Release
AeneasZhu commented 2 weeks ago

@ggerganov @rgerganov Could you tell me how to fix that. I downloaded the latest master version and build it following the cmake method.