From 08ee9e6aacc2e306211d393f6e8ce3a7f3620102 Mon Sep 17 00:00:00 2001
From: yhliang <68215459+yhliang-aslp@users.noreply.github.com>
Date: 星期四, 10 八月 2023 20:46:21 +0800
Subject: [PATCH] Add modular SA-ASR recipe for M2MeT2.0 (#831)

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

diff --git a/setup.py b/setup.py
index 43c734c..496dd9a 100644
--- a/setup.py
+++ b/setup.py
@@ -19,8 +19,11 @@
         "soundfile>=0.12.1",
         "h5py>=2.10.0",
         "kaldiio>=2.17.0",
+        "kaldi-io==0.9.8",
         "torch_complex",
         "nltk>=3.4.5",
+        "onnxruntime"
+        "numexpr"
         # ASR
         "sentencepiece",
         "jieba",
@@ -32,6 +35,8 @@
         "editdistance>=0.5.2",
         "tensorboard",
         "g2p",
+        "nara_wpe",
+        "Cython",
         # PAI
         "oss2",
         "edit-distance",
@@ -123,4 +128,4 @@
         "License :: OSI Approved :: Apache Software License",
         "Topic :: Software Development :: Libraries :: Python Modules",
     ],
-)
+)
\ No newline at end of file

--
Gitblit v1.9.1