-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ggml : new operations supported in encodec.cpp
#281
Comments
Wow - great work!
In any case, I will add reference to your project in the README as it is a very important step towards supporting Bark TTS. |
encodec.cpp
encodec.cpp
relevant: I'm working on the 1d/2d cleanup from the interface's (ops) perspective #313 |
@iboB I've implemented a common interface for 1d conv with even and odd kernels in |
@ggerganov I'm not sure I get how to implement For |
Hi!
I just released encodec.cpp which features a handful of new operations, like transposed 1d convolution, argmax and activation functions like
elu
andtanh
.Is it something you'd like implemented in
ggml
?The text was updated successfully, but these errors were encountered: