Skip to content

Commit 323a569

Browse files
committed
Change default ONNX vocoder package to 2025.02
1 parent fb6dbec commit 323a569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/exporters/acoustic_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def export_attachments(self, path: Path):
129129
'use_lang_id': self.use_lang_id,
130130
'acoustic': f'{model_name}.onnx',
131131
'hidden_size': hparams['hidden_size'],
132-
'vocoder': 'nsf_hifigan_44.1k_hop512_128bin_2024.02',
132+
'vocoder': 'pc_nsf_hifigan_44.1k_hop512_128bin_2025.02',
133133
}
134134
# multi-speaker
135135
if len(self.export_spk) > 0:

0 commit comments

Comments
 (0)