Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.en.md #1

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

[查看中文](README.md)

TF_Adapter is committed to providing the outstanding computing power of Shengteng AI processor to developers who use the Tensorflow framework.
Developers only need to install the TF_Adapter plug-in and add a small amount of configuration to the existing Tensorflow script to accelerate their training tasks on the Shengteng AI processor.
TF_Adapter is committed to providing the outstanding computing power of Ascend AI Processors to developers who use the TensorFlow framework.
Developers only need to install the TF_Adapter plug-in and add a small amount of configuration to the existing TensorFlow script to accelerate their training tasks on the Ascend AI Processors.

![tfadapter](https://images.gitee.com/uploads/images/2020/1027/094640_8f305b88_8175427.jpeg "framework.jpg")

You can read [TF_Adapter Interface](https://support.huaweicloud.com/intl/en-us/ug-tf-training-tensorflow/atlasadapi_13_0004.html) for more details
You can read [TF_Adapter Interface](https://support.huaweicloud.com/intl/en-us/ug-tf-training-tensorflow/atlasadapi_13_0004.html) for more details.
## Installation Guide
### Building from source

You can build the TF_Adapter software package from the source code and install it on the Shengteng AI processor environment.
> The TF_Adapter plug-in has a strict matching relationship with Tensorflow. Before building from source code, you need to ensure that it has been installed correctly [Tensorflow v1.15.0
>版本](https://www.tensorflow.org/install/pip)
You can build the TF_Adapter software package from the source code and install it on the Ascend AI Processor environment.
> The TF_Adapter plug-in has a strict matching relationship with TensorFlow. Before building from source code, you need to ensure that it has been installed correctly [TensorFlow v1.15.0
>Version](https://www.tensorflow.org/install/pip)

You may also build GraphEngine from source. To build GraphEngine, please make sure that you have access to an Ascend 910 environment as compiling environment, and make sure that following software requirements are fulfilled.
You may also build GraphEngine from source. To build GraphEngine, please make sure that you have access to an Ascend 910 environment as the compiling environment, and make sure that the following software requirements are fulfilled.
- Linux OS
- GCC >= 7.3.0
- CMake >= 3.14.0
Expand All @@ -27,7 +27,7 @@ git clone https://gitee.com/ascend/tensorflow.git
cd tensorflow
```

#### Execute script to generate installation package
#### Execute the script to generate the installation package
```
chmod +x build.sh
./build.sh
Expand All @@ -37,22 +37,22 @@ chmod +x build.sh
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,
After 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.
Then you can install the TF_Adapter plug-in using pip.
```
pip install ./dist/python/dist/npu_bridge-1.15.0-py3-none-any.whl
```

It should be noted that you should ensure that the installation path is the same as the python you specified when compiling
The interpreter search path is consistent.
It should be noted that you should ensure that the installation path is the same as the Python you specified when compiling.
The interpreter search path is consistent.

## Contributing

Welcome to contribute.

## Release Notes

Release Notes, see our [RELEASE](RELEASE.md).
For Release Notes, see our [RELEASE](RELEASE.md).

## License

Expand Down