From cbdd3309333345c2f020386981faace24df5402e Mon Sep 17 00:00:00 2001 From: Yanqingshang Date: Thu, 22 Oct 2020 10:25:14 +0800 Subject: [PATCH] modify readme files --- README.en.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.en.md b/README.en.md index 2e8287887..5dda4c04f 100755 --- a/README.en.md +++ b/README.en.md @@ -37,8 +37,8 @@ cd tensorflow After the script is successfully executed, a compressed file of tfadapter.tar will be generated in the output directory #### Install -Unzip the tfadapter.tar file to generate npu_bridge-1.15.0-py3-none-any.whl -You can install the TF_Adapter plug-in using pip. +Unzip the tfadapter.tar file to generate npu_bridge-1.15.0-py3-none-any.whl, +After you can install the TF_Adapter plug-in using pip. ``` pip install ./dist/python/dist/npu_bridge-1.15.0-py3-none-any.whl ``` diff --git a/README.md b/README.md index 79ec66c9e..f94c366ef 100755 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ cd tensorflow 脚本执行成功后,会在output目录生成tfadapter.tar压缩文件 #### 安装插件包 -解压tfadapter.tar文件,生成npu_bridge-1.15.0-py3-none-any.whl -使用 pip 安装 TF_Adapter 插件。 +解压tfadapter.tar文件,生成npu_bridge-1.15.0-py3-none-any.whl, +然后使用 pip 安装 TF_Adapter 插件。 ``` pip install npu_bridge-1.15.0-py3-none-any.whl ``` -- Gitee