PABannier / encodec.cpp

Port of Meta's Encodec in C/C++
187 stars 15 forks source link

ENH Add API #2

Closed PABannier closed 11 months ago

JavaGT commented 1 year ago

This branch is giving me an error (this is using the provided test file):

ggml_new_tensor_impl: not enough space in the context's memory pool (needed 2154261520, available 2147483648)
Assertion failed: (false), function ggml_new_tensor_impl, file ggml.c, line 4119.

I don't have an error running the main branch.

PABannier commented 1 year ago

Hi @JavaGT ! The refactoring in this branch is not over. If you want to look at a working implementation of bark.cpp, just look here. Currently it is the most up-to-date version that we have of Encodec.