From 33c47929a9381cd79fdc4175ff4d356837bd6c2f Mon Sep 17 00:00:00 2001 From: Yatharth Sharma Date: Fri, 23 Jan 2026 17:44:07 -0500 Subject: [PATCH] Add acknowledgments section to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f352332..f34aa57 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,12 @@ A: Yes, currently it uses float32. Float16 should be significantly faster(almost - [x] Release model and code - [ ] Huggingface spaces demo - [ ] Release code for float16 inference - + +## Acknowledgments + +- [ZipVoice](https://github.com/k2-fsa/ZipVoice) for their excellent code and model. +- [Vocos](https://github.com/gemelo-ai/vocos.git) for their great vocoder. + ## Final Notes This project is licensed under the Apache-2.0 license. See LICENSE for details.