Commit Graph

48 Commits

Author SHA1 Message Date
Paul Zhu
dbcb245f55
maint: export function for dll in bark.h (#198) 2024-10-20 09:55:43 +02:00
PAB
e4af686f6e
enh : add progress callback (#173) 2024-05-10 20:57:34 +02:00
PAB
cbba964e6b
example : bark.swiftui (#169) 2024-05-10 14:03:00 +02:00
PAB
a493125add
mnt: remove default values in struct for C header (#172) 2024-05-10 13:12:58 +02:00
PAB
fa06a153d8
mnt : include guard + remove enum class (#171) 2024-05-10 10:35:58 +02:00
PAB
1c39c4cbb8
enh : make bark.h a C header (#170) 2024-05-08 13:57:02 +02:00
PAB
882b2278f4
fix: seed is passed to bark_context (#161) 2024-04-26 17:18:09 +02:00
PAB
1614d41be2
example : add WASM example (#155) 2024-04-26 17:05:26 +02:00
PAB
1786f23998
model : supporting Bark small model (#149) 2024-04-20 15:35:51 +02:00
PAB
68cbd719f3
dbg: fix the forward pass (#139) 2024-04-10 15:39:25 +02:00
PAB
3c4411d33e
sync: use encodec's latest version as a submodule (#124) 2024-02-13 08:55:35 -05:00
Felix
4b6c18d22a
example: add server application (#127) 2023-12-08 11:12:59 -06:00
PAB
8e0672f0a0
MNT Expose bark_vocab in internal API for CIs to pass (#110) 2023-09-10 21:27:34 +02:00
PAB
dbe6aacb4f
ENH/API Add bark context params (#106) 2023-09-09 21:11:40 +02:00
jzeiber
5e2826deee
Allow setting seed (#105) 2023-09-07 01:06:09 +02:00
PAB
79b2cbeb4e
ENH Convert bark.h into true C header (#104) 2023-09-04 21:41:40 +02:00
PAB
a714d0e0af
COSMIT bark.h as C header (#102) 2023-09-02 13:22:19 +02:00
PAB
e33b0607df
ENH Introduce bark context (#101) 2023-09-01 15:36:22 +02:00
PAB
441490b4ad
FIX gpt_eval definition (#100) 2023-09-01 12:59:25 +02:00
PAB
21c8350c41
FIX Memory requirements in fine encoder (#99) 2023-09-01 12:12:46 +02:00
PAB
418da6a48f
ENH Mixed precision (#77) 2023-08-17 01:00:29 +02:00
PAB
3efb8eafca
FIX Bug in fine encoder (#74) 2023-08-16 12:30:02 +02:00
jzeiber
d14120d347
Add seed and output wav file parameters (#70) 2023-08-13 09:29:33 +02:00
PAB
ce33c94b92
FIX Overflow in memsize (#66) 2023-08-12 23:00:45 +02:00
PAB
7fcd8be405
DOC/EX Expose params to user for the main script (#64) 2023-08-12 21:53:08 +02:00
PAB
8ec7c7287a
fix bugs with tokenizer (#54) 2023-08-12 00:45:53 +02:00
PAB
9965598573
FIX Tokenizer (ct'd) (#52) 2023-08-11 19:36:40 +02:00
PAB
3b56361015
FIX Tokenization (#51) 2023-08-11 18:09:04 +02:00
PAB
4b202972ac
FEAT Write generated wav file on disk (#49) 2023-08-10 16:13:26 +02:00
PAB
6ae3027832
FEAT Implement Encodec model (#45) 2023-08-10 01:18:29 +02:00
PAB
55c2fbfe84
ENH Forward pass semantic encoder (#39) 2023-08-04 01:26:54 +02:00
PAB
d5dd017981
MNT Unit test for gpt_eval (#38) 2023-08-03 19:34:58 +02:00
PAB
0a030189d1
ENH Add progress callback (#35) 2023-08-02 18:29:21 +02:00
PAB
7b93cc5ab4
ENH Use type aliases for nested std::vector types (#31) 2023-08-01 15:04:00 +02:00
PAB
562c7fc3ab
MNT Add unit tests for fine-scale model (#30) 2023-08-01 13:29:08 +02:00
PAB
99f1544d41
FEAT Add argmax sampling (#29) 2023-08-01 12:59:07 +02:00
PAB
82221288a5
MNT: Add unit tests for coarse model (#28) 2023-08-01 12:21:13 +02:00
PAB
9f1fd5aea3
MNT Add unit test for text encoder (#23) 2023-07-31 19:05:48 +02:00
PAB
8087e97a07
MNT Separated vocab file from other files generated (#22) 2023-07-30 23:21:31 +02:00
PAB
deec6f39e7
MNT Unit tests tokenizer (#18) 2023-07-30 18:04:07 +02:00
PAB
0a12b28c3b
FEAT Add forward pass of fine model (#7) 2023-07-29 15:23:17 +02:00
PAB
4ab0f5a789
FEAT Add forward pass of coarse model (#5) 2023-07-16 23:07:29 +02:00
PAB
68964f5a26
ENH Forward pass text-encoder (#3) 2023-07-14 10:50:44 +02:00
PAB
b3a92df12e
FEAT Add GPT eval function (#2) 2023-07-11 00:22:03 +02:00
PAB
d5d806a8a7
FEAT Add WordPiece BERT Tokenization (#1) 2023-07-09 19:44:00 +02:00
Pierre-Antoine Bannier
0254eba2d0 working loading weights 2023-07-09 10:32:36 +02:00
Pierre-Antoine Bannier
6735970f5b fix loading bark weights 2023-07-09 00:01:15 +02:00
Pierre-Antoine Bannier
4846c072ed working convert_pt_to_ggml script 2023-07-08 15:54:41 +02:00