From 16f754fe831fb8e6671daa45285234264539ff39 Mon Sep 17 00:00:00 2001 From: Reventon_L Date: Wed, 3 Jul 2019 20:10:48 +0800 Subject: [PATCH] Update README.md (#2701) --- PaddleNLP/Research/NAACL2019-MPM/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PaddleNLP/Research/NAACL2019-MPM/README.md b/PaddleNLP/Research/NAACL2019-MPM/README.md index b52f384b..fc320d78 100644 --- a/PaddleNLP/Research/NAACL2019-MPM/README.md +++ b/PaddleNLP/Research/NAACL2019-MPM/README.md @@ -9,7 +9,7 @@ This paper describes our system participated in Task 9 of SemEval-2019: the task ## 2. Quick Start ### Installation -This project depends on python2.7 and paddle.fluid = 1.3.2, please follow [quick start](http://www.paddlepaddle.org/#quick-start) to install. +This project depends on python2.7 and paddlepaddle-gpu = 1.3.2, please follow [quick start](http://www.paddlepaddle.org/#quick-start) to install. ### Data Preparation - Download the competition's data -- GitLab