From 63eb03a28f88e70baf9c2a31c6991ae31a27640d Mon Sep 17 00:00:00 2001
From: lingyunfly <121302812+lingyunfly@users.noreply.github.com>
Date: 星期四, 09 二月 2023 15:02:04 +0800
Subject: [PATCH] Create vad_inference_launch.py
---
setup.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/setup.py b/setup.py
index e17c6ae..39272e3 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,8 @@
"editdistance==0.5.2",
"tensorboard>=1.14",
"g2p",
+ # PAI
+ "oss2"
],
# train: The modules invoked when training only.
"train": [
--
Gitblit v1.9.1