Skip to content

Commit

Permalink
[doc] update tpu-mlir install method in QA test
Browse files Browse the repository at this point in the history
Change-Id: Ifa8edea66862fa5c767f448a79fcc0e29a6b2cef
  • Loading branch information
charlesxzb committed Apr 18, 2024
1 parent 187dec5 commit 5598736
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/quick_start/source_en/Appx.04_bm168x_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ It is recommended to use the toolchain software in a docker environment, see :re
$ docker pull sophgo/tpuc_dev:v3.2
$ docker run --rm --name myname -v $PWD:/workspace -it sophgo/tpuc_dev:v3.2
After running the command, it will be in a Docker container, install tpu_mlir python package in the docker environment:
After running the command, it will be in a Docker container. You can the latest ``tpu-mlir`` wheel installation package from the SDK package provided by SOPHGO, such as ``tpu_mlir-*-py3-none-any.whl``. Install tpu_mlir in the Docker container:

.. code-block:: shell
$ pip install tpu_mlir[all]
$ pip install tpu_mlir-*-py3-none-any.whl[all]
.. _get tpu-perf:
Expand Down
4 changes: 2 additions & 2 deletions docs/quick_start/source_zh/Appx.04_bm168x_test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ Vid4 (可选)
$ docker pull sophgo/tpuc_dev:v3.2
$ docker run --rm --name myname -v $PWD:/workspace -it sophgo/tpuc_dev:v3.2
运行命令后会处于Docker的容器中,在Docker容器中安装tpu_mlir:
运行命令后会处于Docker的容器中,从SOPHGO提供的SDK包中获取最新的 ``tpu-mlir`` wheel安装包,例如 ``tpu_mlir-*-py3-none-any.whl``。在Docker容器中安装tpu_mlir:

.. code-block:: shell
$ pip install tpu_mlir[all]
$ pip install tpu_mlir-*-py3-none-any.whl[all]
安装 ``tpu-perf`` 工具
Expand Down

0 comments on commit 5598736

Please sign in to comment.