Version updated to v4.8.3
@shayaknyc As reported in the GitHub issue, there was no problem either building on my system nor in a clean chroot with CUDA support enabled.
1) It seems that the shell/environment you are using to build are not reading /etc/profile.d/* for some reason;
2) Commenting out cuda
in makedepends is not the way to disable CUDA support, you must change FULL_BUILD to false as explained inside PKGBUILD;
3) As I said before, even without CUDA, if the proper Vulkan drivers/libraries are installed properly then WhisperCPP will use the GPU.
Pinned Comments
LFdev commented on 2025-01-01 13:44 (UTC)
New version was released. From now on, Vulkan support is enabled by default (please remember to install related optional Vulkan drivers for your GPU), ROCm support was removed and CUDA build process was improved, but still experimental. If you do not want to build it with CUDA support, it is possible to edit PKGBUILD before building (check inside notes).