From 14c3815152bdb2c805e837abcb2c8e33d5730ed8 Mon Sep 17 00:00:00 2001 From: wangcanlong Date: Sat, 6 Aug 2022 20:09:08 +0800 Subject: [PATCH] add transformers to setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1cc82fa76..f322ab502 100644 --- a/setup.py +++ b/setup.py @@ -60,6 +60,7 @@ base = [ "scipy", "sentencepiece~=0.1.96", "soundfile~=0.10", + "transformers==3.4.0", "textgrid", "timer", "tqdm",