RWKV / rwkv.cpp

INT4/INT5/INT8 and FP16 inference on CPU for RWKV language model
MIT License
1.37k stars 90 forks source link

jetson orin build failure #108

Closed malv-c closed 1 year ago

malv-c commented 1 year ago

% cmake . -DRWKV_CUBLAS=ON -- GGML CUDA sources found, configuring CUDA architecture -- Configuring done (2.4s) CMake Error at CMakeLists.txt:250 (add_library): Cannot find source file:

/tmp/rwkv.cpp/ggml/src/ggml.c

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:250 (add_library): No SOURCES given to target: ggml

CMake Generate step failed. Build files cannot be regenerated correctly.

LoganDark commented 1 year ago

clone the repository recursively, it contains submodules