From aac10566cd0dba8cecfc40b04f7dd23221f1952d Mon Sep 17 00:00:00 2001 From: plkmo Date: Tue, 15 Oct 2019 12:48:03 +0800 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2bb9fe..3e98549 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The purpose of this toolkit is to allow for **easy training/inference of state-o ## Pre-requisites torch==1.2.0 ; spacy==2.1.8 ; torchtext==0.4.0 ; seqeval==0.0.12 -For mixed precision training (-fp16=1), apex must be installed: [apex==0.1](https://github.com/NVIDIA/apex) +For mixed precision training (-fp16=1), apex must be installed: [apex==0.1](https://github.com/NVIDIA/apex) For chinese support in Translation: jieba==0.39 For ASR: librosa==0.7.0 ; soundfile==0.10.2 For more details, see requirements.txt