PABannier / bark.cpp

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

missing requirements.txt #140

Closed Green-Sky closed 2 months ago

Green-Sky commented 2 months ago

The readme tells you to:

python3 -m pip install -r bark/requirements.txt

but there is no such file. It looks like it got accidentally removed. https://github.com/PABannier/bark.cpp/blob/3c4411d33e7093fb6a5586463d40e2c196aa146a/bark/requirements.txt

PABannier commented 2 months ago

Good catch @Green-Sky ! Just reverted the change in #141 :) Thanks