diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..db0537f3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +manifest* +mean_std.npz +thirdparty/ diff --git a/README.md b/README.md index 26333941..4e8befa5 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ ``` sh setup.sh -export LD_LIBRARY_PATH=$PADDLE_INSTALL_DIR/Paddle/third_party/install/warpctc/lib:$LD_LIBRARY_PATH ``` Please replace `$PADDLE_INSTALL_DIR` with your own paddle installation directory.