PABannier / bark.cpp

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

FIX/MNT Correct implementation of forward pass fine model #43

Closed PABannier closed 1 year ago

PABannier commented 1 year ago

This PR introduces two unit tests: 1 to correctly evaluate the correctness of fine_gpt_eval, 1 for the overall forward pass of the fine encoder model.