提交 7b0f2a79 编写于 作者: B BarryKCL

change transformers to paddlenlp.transformers

上级 e60a63fb
......@@ -37,7 +37,6 @@ soundfile~=0.10
textgrid
timer
tqdm
transformers==3.4.0
typeguard
visualdl
webrtcvad
......
......@@ -5,7 +5,7 @@ import numpy as np
from opencc import OpenCC
from transformers import BertTokenizer
from paddlenlp.transformers import BertTokenizer
from paddlespeech.t2s.frontend.g2pw.dataset import prepare_data, prepare_onnx_input, get_phoneme_labels, get_char_phoneme_labels
from paddlespeech.t2s.frontend.g2pw.utils import load_config
......
......@@ -61,7 +61,6 @@ base = [
"scipy",
"sentencepiece~=0.1.96",
"soundfile~=0.10",
"transformers==3.4.0",
"textgrid",
"timer",
"tqdm",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册