Skip to content

Commit d0b6bbb

Browse files
committed
update mindspore installation
1 parent 0a2012c commit d0b6bbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ TensorLayerX supports multiple deep learning backends, default TensorFlow as bac
3232
The installation instructions of TensorFlow are written to be very detailed on `TensorFlow`_ website.
3333
However, there are something need to be considered. For example, `TensorFlow`_ officially supports GPU acceleration for Linux, Mac OX and Windows at present. For ARM processor architecture, you need to install TensorFlow from source.
3434

35-
If you want to use mindspore backend, you should install mindspore==1.2.1.
35+
If you want to use mindspore backend, you should install mindspore==1.6.1.
3636

3737
.. code-block:: bash
3838
39-
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.2.1/MindSpore/gpu/ubuntu_x86/cuda-10.1/mindspore_gpu-1.2.1-cp37-cp37m-linux_x86_64.whl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple
39+
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.6.1/MindSpore/gpu/x86_64/cuda-10.1/mindspore_gpu-1.6.1-cp37-cp37m-linux_x86_64.whl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple
4040
4141
4242
If you want to use paddlepaddle backend, you should install paddlepaddle>=2.1.1
@@ -129,9 +129,9 @@ However, if you want to modify or extend TensorLayer 1.X, you can download the r
129129
cd to the root of the git tree
130130
pip3 install -e .
131131
132-
This command will run the ``setup.py`` to install TensorLayer3. The ``-e`` reflects
132+
This command will run the ``setup.py`` to install TensorLayerX. The ``-e`` reflects
133133
editable, then you can edit the source code in ``tensorlayer`` folder, and ``import`` the edited
134-
TensorLayer3.
134+
TensorLayerX.
135135

136136

137137
GPU support

0 commit comments

Comments
 (0)