PABannier / bark.cpp

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

Minor improvements #147

Closed ggerganov closed 2 months ago

ggerganov commented 2 months ago

I followed the instructions on my MacBook and hit a few issues:

@PABannier Looking at the code, there is no way to set n_gpu_layers - is this intentional? At this point it seems the computation always runs on the CPU

Good job 👍

PABannier commented 2 months ago

Hi @ggerganov ! Thanks for the PR!

No this is not intentional, I'll fix this :)