Views
No views yet
CUDA error: no kernel image is available for execution on the device-DCMAKE_CUDA_ARCHITECTURES=50^;52^;53^;60^;61^;62^;70^;72^;75^;80^;86^;87^;89^;90^;100^whisper.exe, eliminating runtime plugin scanning and improving startup speed.whisper-win.zip, you only need these four files:| File | Description |
|---|---|
whisper.exe | Main executable (GPU/CPU) |
cudart64_12.dll | CUDA Runtime 12.x |
cublas64_12.dll | cuBLAS 12.x |
cublasLt64_12.dll | cuBLAS Lt 12.x |
These DLLs come from the CUDA Toolkitbin/directory; you do not need a full CUDA installation.
1curl -L -o model.bin \
2 https://huggingface.co/ggerganov/whisper.cpp/resolve/main/models/ggml-base.en.bin1unzip whisper-win.zip -d whisper-win
2cd whisper-winwhisper.exe -m model.bin -f audio.wav --language zh -otxt-m: path to the model file-f: audio file to transcribe (WAV/MP3)--language: e.g. zh, en-otxt: output as plain text