PABannier / bark.cpp

Suno AI's Bark model in C/C++ for fast text-to-speech
MIT License
633 stars 48 forks source link

Unable to build #123

Open grpinto opened 8 months ago

grpinto commented 8 months ago

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 ?

SrGnis commented 8 months ago

Clone again the repo with:

git clone https://github.com/PABannier/bark.cpp.git --recursive
PABannier commented 2 months ago

This should be fixed with #139. Could you give it another try?