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 Mixed precision #77

Closed PABannier closed 11 months ago

PABannier commented 11 months ago

This PR adds support to mixed precision. The convert.py script generates float16 weight and the forward pass is almost left unchanged. Only the gpt_load function is slightly modified to support the fp16 operations.

Closes #58 #12