From 54a322a4356cf5bcf22d6ac0d21a6323cc4cb52c Mon Sep 17 00:00:00 2001
From: huangmingming <dyyzhmm@163.com>
Date: 星期三, 01 二月 2023 09:51:19 +0800
Subject: [PATCH] add denpendency for grpc
---
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