From 6778ab933ae29bdef0d6f62a9b023c47f08ebab3 Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Wed, 22 Jun 2022 09:42:24 +0000 Subject: [PATCH] update doc --- deploy/avh/README.md | 2 +- deploy/avh/README_ch.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/avh/README.md b/deploy/avh/README.md index ecd635cc..922fb4da 100644 --- a/deploy/avh/README.md +++ b/deploy/avh/README.md @@ -28,7 +28,7 @@ software will already be installed. If the demo is not run in the ci_cpu Docker container, then you will need the following: - Software required to build and run the demo (These can all be installed by running - tvm/docker/install/ubuntu_install_ethosu_driver_stack.sh.) + https://github.com/apache/tvm/blob/main/docker/install/ubuntu_install_ethosu_driver_stack.sh .) - [Fixed Virtual Platform (FVP) based on Arm(R) Corstone(TM)-300 software](https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/arm-ecosystem-fvps) - [cmake 3.19.5](https://github.com/Kitware/CMake/releases/) - [GCC toolchain from Arm(R)](https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2) diff --git a/deploy/avh/README_ch.md b/deploy/avh/README_ch.md index 94db92e7..7e6272ae 100644 --- a/deploy/avh/README_ch.md +++ b/deploy/avh/README_ch.md @@ -27,7 +27,7 @@ 在非docker环境中,需要手动安装如下依赖项: -- 软件可通过[安装脚本](https://github.com/apache/tvm/docker/install/ubuntu_install_ethosu_driver_stack.sh)一键安装 +- 软件可通过[安装脚本](https://github.com/apache/tvm/blob/main/docker/install/ubuntu_install_ethosu_driver_stack.sh)一键安装 - [Fixed Virtual Platform (FVP) based on Arm(R) Corstone(TM)-300 software](https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/arm-ecosystem-fvps) - [cmake 3.19.5](https://github.com/Kitware/CMake/releases/) - [GCC toolchain from Arm(R)](https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2) -- GitLab