From 99db720a0dbede750352286732298e61daec02a4 Mon Sep 17 00:00:00 2001
From: haoneng.lhn <haoneng.lhn@alibaba-inc.com>
Date: 星期一, 14 八月 2023 17:18:18 +0800
Subject: [PATCH] fix dataset bug

---
 setup.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/setup.py b/setup.py
index 43c734c..3cdb6db 100644
--- a/setup.py
+++ b/setup.py
@@ -24,6 +24,7 @@
         # ASR
         "sentencepiece",
         "jieba",
+        "rotary_embedding_torch",
         # TTS
         "pypinyin>=0.44.0",
         "espnet_tts_frontend",

--
Gitblit v1.9.1