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

Cannot build #11

Closed dillfrescott closed 1 year ago

dillfrescott commented 1 year ago
C:\Users\micro\Downloads\rwkv-cpp-cuda\build>cmake ..
CMake Warning:
  Ignoring extra path from command line:

   ".."

CMake Error: The source directory "C:/Users/micro/Downloads/rwkv-cpp-cuda" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
harrisonvanderbyl commented 1 year ago

Hi! the example project now lives in ./examples/terminalchat you can now build from there