rwkv.cpp
rwkv.cpp copied to clipboard
Any support for OpenBLAS?
Hi RWKV team, as original GGML has support for OpenBlas, is there any directives we could set to enable the compilation for it ?
Hi! I think you can try adding -DRWKV_OPENBLAS=ON to CMake build command, the flag is defined here. It may or may not work -- I did not test it. If it does not work, please report it here.
@raymond-infinitecode did you get it up & running?