sandrohanea / whisper.net

Whisper.net. Speech to text made simple using Whisper Models
MIT License
583 stars 90 forks source link

Vulkan linux runtime nuget? #264

Open dusanpol opened 1 week ago

dusanpol commented 1 week ago

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.

sandrohanea commented 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.

ZhenyaPav commented 4 days ago

@sandrohanea Do you know if the vulkan runtime will work on Linux at all (in CPU-only mode), or it will error out?

sandrohanea commented 4 hours ago

@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.