Skip to content

Commit 650288a

Browse files
authored
Bump version to 0.2.1 (#155)
* add mechanism to reconcile DACs * add mimi compatibility * correct batched generation * update dac on the hub script * update quantizes in training * introduce fused lm heads * update training code and modeling code with per codebook losses and smarter eval * bump transformers version * update transformers version * update bump * update transformers version * update dependencies * update to 0.2.1 --------- Co-authored-by: [email protected] <Yoach Lacombe>
1 parent 32736a7 commit 650288a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parler_tts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2"
1+
__version__ = "0.2.1"
22

33

44
from transformers import AutoConfig, AutoModel

0 commit comments

Comments
 (0)