From 559873696f52960885735b9561947d7e0d4287c7 Mon Sep 17 00:00:00 2001 From: "zhibin.xin" Date: Wed, 17 Apr 2024 10:11:05 -0400 Subject: [PATCH] [doc] update tpu-mlir install method in QA test Change-Id: Ifa8edea66862fa5c767f448a79fcc0e29a6b2cef --- docs/quick_start/source_en/Appx.04_bm168x_test.rst | 4 ++-- docs/quick_start/source_zh/Appx.04_bm168x_test.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quick_start/source_en/Appx.04_bm168x_test.rst b/docs/quick_start/source_en/Appx.04_bm168x_test.rst index 4efd95434..ada18d492 100755 --- a/docs/quick_start/source_en/Appx.04_bm168x_test.rst +++ b/docs/quick_start/source_en/Appx.04_bm168x_test.rst @@ -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: diff --git a/docs/quick_start/source_zh/Appx.04_bm168x_test.rst b/docs/quick_start/source_zh/Appx.04_bm168x_test.rst index 336464fcd..d1ba9fd3e 100755 --- a/docs/quick_start/source_zh/Appx.04_bm168x_test.rst +++ b/docs/quick_start/source_zh/Appx.04_bm168x_test.rst @@ -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`` 工具