tazz4843 / whisper-rs

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

feat: ROCm linux support #154

Closed newfla closed 3 weeks ago

newfla commented 4 weeks ago

The PR introduces the support for building the library with rocm/hipblas support. The following changes have been made:

Unfortunately I wasn't able to build whisper.cpp on windows: generated vcxproj refuse to use hipcc and defaults to cl.exe 😣

tazz4843 commented 3 weeks ago

Thanks :)