PABannier / bark.cpp

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

FEAT Add quantization (Q4, Q5 and Q8) #79

Closed PABannier closed 11 months ago

PABannier commented 11 months ago

This PR quantizes the weights of bark and adapts the forward pass to support quantized weights.

Closes #57 Closes #56 Closes #11