whisper.cpp v1.8.1 works on Windows Strix Halo AMD Ryzen AI Max+ 395 APU with Vulkan #3536
davidsdearaujo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I finally got whisper.cpp working on my Beelink GTR9 Pro AI that has an AMD Ryzen AI MAX+ 395 (full specs in the My system specs section)
Performance
It took around 3 minutes to transcribe a 1h 20m audio using
ggml-large-v3-turbo:Binaries
Here are the whisper.cpp binaries that I built for Windows using Vulkan:
ggml-whisper.cpp-vulkan.zip
Files
My Device Specs
My System Specs
Build Yourself
Requirements
Installing requirements
Vulkan SDK
Vulkan Runtime came installed by default, but for building these binaries we needed to install the Vulkan SDK – you can find it in their official link:
Screenshot
Chocolatey
The next requirements can be installed manually, though a package manager or however you prefer.
I personally like to install stuff though Chocolatey:
After that Chocolatey is installed in your PC, let's use it to install the next requirements:
choco install git– Chocolatey instructionschoco install cmake– Chocolatey instructions;All Requirements Installed
Now you are good to go! Follow the next steps to build your very own binaries.
Building whisper.cpp binaries using Vulkan SDK
Run these commands in your terminal:
After these steps you should see your own binaries in the
whisper.cpp/build/bin/Release.Beta Was this translation helpful? Give feedback.
All reactions