From 98ebc3c0b175e4b0f59b88ca1369e6f8b7648544 Mon Sep 17 00:00:00 2001 From: xuyige Date: Fri, 12 Jul 2019 14:12:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8README.md=E6=B7=BB=E5=8A=A0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1e81db24..b35776dc 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ pip install fastNLP python -m spacy download en ``` +目前使用pip安装fastNLP的版本是0.4.1,有较多功能仍未更新,最新内容以master分支为准。 +fastNLP0.5.0版本将在近期推出,请密切关注。 + ## fastNLP教程