Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oatsu-gh committed Sep 24, 2021
1 parent 2e87962 commit 65f7e2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@
- nnmnkwii でのフルラベル読み取り時の文字コードを UTF-8 に固定
- CUDA 10 の環境で PyTorch のバージョン選択が適切でない不具合を修正
- CUDA 11, 10 の環境で自動インストールする PyTorch バージョンを 1.9.0 から 1.9.1 に変更

## 0.2.5 (2021-09-24)

- UST ファイル出力の不具合を修正
2 changes: 1 addition & 1 deletion synthesis/enunu.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def main(path: str):


if __name__ == '__main__':
print('_____ξ ・ヮ・)ξ < ENUNU v0.2.4 ________')
print('_____ξ ・ヮ・)ξ < ENUNU v0.2.5 ________')
print(f'argv: {argv}')
if len(argv) == 2:
path_utauplugin = argv[1]
Expand Down

0 comments on commit 65f7e2b

Please sign in to comment.