tazz4843 / whisper-rs

Rust bindings to https://github.com/ggerganov/whisper.cpp
The Unlicense
663 stars 109 forks source link

Failed to build from Master branch with CUDA enabled #173

Open Nagispace opened 3 weeks ago

Nagispace commented 3 weeks ago

Building fail on the master branch with CUDA enabled. I'm using the Microsoft Visual Studio C++ build toolchain. Here is the output log log.txt

tazz4843 commented 3 weeks ago

The error almost seems like some files are corrupted. Try deleting your cargo registry folder and trying again.

Nagispace commented 2 weeks ago

The error almost seems like some files are corrupted. Try deleting your cargo registry folder and trying again.

I tried deleting the cargo registry, cargo cleaned the project and then building it again but nothing changed. Here is the full log again after the cargo build. I'll try setting up a W11 VM to narrow down the issue. log.txt