Francisco Herrera
Francisco Herrera
I can say that it is not working on integrated AMD graphics with vulkan. Even when i run whisper.cpp as sudo and i disable the nvidia card using nvidia-smi, whisper.cpp...
> Could it maybe be because the steam-deck has its own custom valve-kernel and there is something in there that allows the game to run? It might be because of...
It seems to have some bugs such as https://github.com/johnfanv2/LenovoLegionLinux/issues/234 and https://github.com/johnfanv2/LenovoLegionLinux/issues/349 so the driver would need modification before review. Either the bugs are fixed or those devices are marked broken.
it is easy to mark models as broken by just modifying the lines here: https://github.com/johnfanv2/LenovoLegionLinux/blob/main/kernel_module/legion-laptop.c#L1014 i would probably comment out a few lines. However more serious work needs to be...
see #420
This I believe is the biggest roadblock to LBRY's adoption. Also known as lbry seeding incentives: https://www.reddit.com/r/lbry/comments/7pb4m9/speed_up_the_network_with_incentivized_seeding/
I get this error at the end: ``` /home/asdf/ZLUDA/ext/llvm-project/llvm/include/llvm/ADT/SmallVector.h:1271:13: error: ‘class llvm::SmallVector’ has no member named ‘Size’ 1271 | this->Size = 0; | ~~~~~~^~~~ make[3]: *** [utils/TableGen/CMakeFiles/obj.LLVMTableGenCommon.dir/build.make:93: utils/TableGen/CMakeFiles/obj.LLVMTableGenCommon.dir/CodeGenIntrinsics.cpp.o] Error 1...
This has big potential for Vulkan compute for cross vendor GPU support or maybe OpenCL too but, I wish I could contribute Turns out vulkan compute support may or not...
> Hi, ZLUDA will not work for your setup because ZLUDA does not support GPUs older than RDNA. I'm leaving this open because I want to eventually look into whisper...
> It would be better to make whisper.cpp run on HIP since the library it uses, GGML, supports it. It would be easier than making CUDA code run on pre...