PABannier / bark.cpp

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

ENH Forward pass semantic encoder #39

Closed PABannier closed 11 months ago

PABannier commented 11 months ago

Currently, there are slight discrepancies between the forward pass of the semantic encoder from the original Bark implementation and in bark.cpp . This PR removes the early_stop option and streamlines the update of n_past for the semantic encoder.