Releases: PABannier/bark.cpp
Releases · PABannier/bark.cpp
v1.0.0
What's Changed
This is the first stable version of Bark.cpp.
New Contributors
- @Green-Sky made their first contribution in #69
- @jzeiber made their first contribution in #70
- @jmtatsch made their first contribution in #72
- @vietanhdev made their first contribution in #76
- @jhen0409 made their first contribution in #90
- @felrock made their first contribution in #127
- @ggerganov made their first contribution in #147
- @przemoc made their first contribution in #152
- @goriri made their first contribution in #185
Full Changelog: v0.0.1-alpha...v1.0.0
v0.0.1-alpha
What's Changed
- FEAT Add WordPiece BERT tokenization by @PABannier in #1
- FEAT Add GPT eval function by @PABannier in #2
- ENH Forward pass text-encoder by @PABannier in #3
- FIX Working text encoder by @PABannier in #4
- FEAT Add forward pass of coarse model by @PABannier in #5
- DOC Add Readme description by @PABannier in #9
- FEAT Add forward pass of fine model by @PABannier in #7
- MNT/CLN: compilation warnings by @PABannier in #15
- FEAT: add build scripts CMakeLists.txt by @PABannier in #13
- MNT Unit tests tokenizer by @PABannier in #18
- MNT Add CIs by @PABannier in #20
- FIX Branch name in CI by @PABannier in #21
- MNT Separate vocab file from other generated model files by @PABannier in #22
- DOC Remove
MacBook
from README by @PABannier in #24 - DOC Add License file by @PABannier in #25
- MNT Add unit test for text encoder by @PABannier in #23
- MNT: Add unit tests for coarse model by @PABannier in #28
- FEAT Add argmax sampling by @PABannier in #29
- MNT Add unit tests for fine-scale model by @PABannier in #30
- ENH Use type aliases for nested
std::vector
types by @PABannier in #31 - MNT/CLN: Move tokenization in its own function by @PABannier in #32
New Contributors
- @PABannier made their first contribution in #1
Full Changelog: https://github.com/PABannier/bark.cpp/commits/v0.0.1-alpha