Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9e95d23

Browse files
author
LittleMouse
committedMar 20, 2025
[fix] Fix melotts model config
1 parent d5eb3c1 commit 9e95d23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎projects/llm_framework/main_melotts/mode_melotts-zh-cn.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "melotts_zh-cn",
2+
"mode": "melotts-zh-cn",
33
"type": "tts",
44
"capabilities": [
55
"tts"
@@ -12,9 +12,9 @@
1212
"sys.play.0_1"
1313
],
1414
"mode_param": {
15-
"encoder": "encoder.ort",
16-
"decoder": "decoder.axmodel",
17-
"gbin": "g.bin",
15+
"encoder": "encoder-zh.ort",
16+
"decoder": "decoder-zh.axmodel",
17+
"gbin": "g-zh_mix_en.bin",
1818
"tokens": "tokens.txt",
1919
"lexicon": "lexicon.txt",
2020
"spacker_speed": 1.0,

0 commit comments

Comments
 (0)
Failed to load comments.