From 536dbff80c16652cda60ff28ff6c0b9c94f8b196 Mon Sep 17 00:00:00 2001
From: Yabin Li <wucong.lyb@alibaba-inc.com>
Date: 星期二, 07 十一月 2023 20:56:19 +0800
Subject: [PATCH] Update README_zh.md
---
setup.py | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/setup.py b/setup.py
index 84f2140..069e394 100644
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,7 @@
"sentencepiece",
"jieba",
"rotary_embedding_torch",
+ "ffmpeg",
# TTS
"pypinyin>=0.44.0",
"espnet_tts_frontend",
@@ -39,6 +40,9 @@
"edit-distance",
"textgrid",
"protobuf",
+ "tqdm",
+ "hdbscan",
+ "umap",
],
# train: The modules invoked when training only.
"train": [
--
Gitblit v1.9.1