Open dusanpol opened 1 week ago
Hello @dusanpol, Indeed, Vulkan runtime for Whisper.net is not yet available on linux. Worked a bit on it but put it on pause. Will update here once it will be available.
@sandrohanea Do you know if the vulkan runtime will work on Linux at all (in CPU-only mode), or it will error out?
@sandrohanea Do you know if the vulkan runtime will work on Linux at all (in CPU-only mode), or it will error out?
Yes, I expect it would work once someone adds the actions to build it + consumers of the library will have installed all the dependencies.
Hi, is it possible to publish linux version of Vulkan runtime nuget like it is the case for Cuda? I have been trying to compile Vulkan version of whisper.cpp so I can use my existing whisper.net code, but to no avail, my weak C++ skills let me down. The windows Vulkan runtime works fine.