Unable to build
Hi, when I try to build both on colab as well as locally I get this error :
/content/bark.cpp /content/bark.cpp/build -- The C compiler identification is GNU 11.4.0 -- The CXX compiler identification is GNU 11.4.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at CMakeLists.txt:24 (add_subdirectory): The source directory
/content/bark.cpp/ggml
does not contain a CMakeLists.txt file.
-- Configuring incomplete, errors occurred! gmake: Makefile: No such file or directory gmake: *** No rule to make target 'Makefile'. Stop.
Whats up with this ?
Clone again the repo with:
git clone https://github.com/PABannier/bark.cpp.git --recursive
This should be fixed with #139. Could you give it another try?