simler commited on
Commit
2ce4e50
·
verified ·
1 Parent(s): bd02d0a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -2,17 +2,17 @@
2
  "version": "2.0",
3
  "model_type": "GPT-SoVITS-V2",
4
 
5
- "gpt_path": "t2s_stage_decoder_fp32.onnx",
6
- "gpt_model": "t2s_stage_decoder_fp32.onnx",
7
- "t2s_path": "t2s_stage_decoder_fp32.onnx",
8
 
9
- "sovits_path": "vits_fp32.onnx",
10
- "sovits_model": "vits_fp32.onnx",
11
- "vits_path": "vits_fp32.onnx",
12
 
13
- "first_stage_path": "t2s_first_stage_decoder_fp32.onnx",
14
- "first_stage_model": "t2s_first_stage_decoder_fp32.onnx",
15
 
16
- "cnhubert_base": "GenieData/chinese-hubert-base/chinese-hubert-base.onnx",
17
- "bert": "GenieData/chinese-roberta-wwm-ext-large/chinese-roberta-wwm-ext-large.onnx"
18
  }
 
2
  "version": "2.0",
3
  "model_type": "GPT-SoVITS-V2",
4
 
5
+ "gpt_path": "/app/t2s_stage_decoder_fp32.onnx",
6
+ "gpt_model": "/app/t2s_stage_decoder_fp32.onnx",
7
+ "t2s_path": "/app/t2s_stage_decoder_fp32.onnx",
8
 
9
+ "sovits_path": "/app/vits_fp32.onnx",
10
+ "sovits_model": "/app/vits_fp32.onnx",
11
+ "vits_path": "/app/vits_fp32.onnx",
12
 
13
+ "first_stage_path": "/app/t2s_first_stage_decoder_fp32.onnx",
14
+ "first_stage_model": "/app/t2s_first_stage_decoder_fp32.onnx",
15
 
16
+ "cnhubert_base": "/app/GenieData/chinese-hubert-base/chinese-hubert-base.onnx",
17
+ "bert": "/app/GenieData/chinese-roberta-wwm-ext-large/chinese-roberta-wwm-ext-large.onnx"
18
  }