harrisonvanderbyl / rwkv-cpp-accelerated

A torchless, c++ rwkv implementation using 8bit quantization, written in cuda/hip/vulkan for maximum compatibility and minimum dependencies
MIT License
303 stars 19 forks source link

fix converter header files including path #32

Closed rejoicesyc closed 1 year ago

rejoicesyc commented 1 year ago

Converter includes a wrong path and causes the following compile error.

rwkv-cpp-accelerated/include/rwkv/rwkv/rwkv.h:8:10: fatal error: rwkv/enums/enum.h: No such file or directory
    8 | #include "rwkv/enums/enum.h"
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.