From 030a16325cae1596aba315847db71c3cbbfb470a Mon Sep 17 00:00:00 2001 From: tripley <34867417+gittripley@users.noreply.github.com> Date: Thu, 21 Nov 2019 19:12:05 -0800 Subject: [PATCH] update_document_after_repository_renamed (#4398) --- apps/sgx/README.md | 2 +- docs/deploy/index.rst | 2 +- docs/install/docker.rst | 2 +- docs/install/from_source.rst | 2 +- docs/install/nnpack.md | 2 +- docs/vta/install.md | 2 +- nnvm/tutorials/deploy_model_on_mali_gpu.py | 2 +- nnvm/tutorials/deploy_model_on_rasp.py | 2 +- tutorials/cross_compilation_and_rpc.py | 2 +- tutorials/frontend/deploy_model_on_android.py | 2 +- tutorials/frontend/deploy_model_on_rasp.py | 2 +- vta/apps/tsim_example/README.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/sgx/README.md b/apps/sgx/README.md index b01cc80390de..13f72b0629cf 100644 --- a/apps/sgx/README.md +++ b/apps/sgx/README.md @@ -39,7 +39,7 @@ Check out the `/tvm/install/ubuntu_install_sgx.sh` for the commands to get these If using Docker, start by running ``` -git clone --recursive https://github.com/apache/incubator-tvm.git +git clone --recursive https://github.com/apache/incubator-tvm.git tvm docker run --rm -it -v $(pwd)/tvm:/mnt tvmai/ci-cpu /bin/bash ``` then, in the container diff --git a/docs/deploy/index.rst b/docs/deploy/index.rst index 0f4401c47391..db50865008a2 100644 --- a/docs/deploy/index.rst +++ b/docs/deploy/index.rst @@ -38,7 +38,7 @@ on a Linux based embedded system such as Raspberry Pi: .. code:: bash - git clone --recursive https://github.com/apache/incubator-tvm + git clone --recursive https://github.com/apache/incubator-tvm tvm cd tvm mkdir build cp cmake/config.cmake build diff --git a/docs/install/docker.rst b/docs/install/docker.rst index fe2bb6a3e1ab..3e6e67976884 100644 --- a/docs/install/docker.rst +++ b/docs/install/docker.rst @@ -29,7 +29,7 @@ First, clone TVM repo to get the auxiliary scripts .. code:: bash - git clone --recursive https://github.com/apache/incubator-tvm + git clone --recursive https://github.com/apache/incubator-tvm tvm We can then use the following command to launch a `tvmai/demo-cpu` image. diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index e723687766bf..acbd9b413d74 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -29,7 +29,7 @@ To get started, clone TVM repo from github. It is important to clone the submodu .. code:: bash - git clone --recursive https://github.com/apache/incubator-tvm + git clone --recursive https://github.com/apache/incubator-tvm tvm For windows users who use github tools, you can open the git shell, and type the following command. diff --git a/docs/install/nnpack.md b/docs/install/nnpack.md index 3c97332b5eb8..6e46a83e6077 100644 --- a/docs/install/nnpack.md +++ b/docs/install/nnpack.md @@ -85,7 +85,7 @@ sudo ldconfig ## Build TVM with NNPACK support ```bash -git clone --recursive https://github.com/apache/incubator-tvm +git clone --recursive https://github.com/apache/incubator-tvm tvm ``` * Set `set(USE_NNPACK ON)` in config.cmake. diff --git a/docs/vta/install.md b/docs/vta/install.md index 3d2f11fa5b9c..dfa0eae71929 100644 --- a/docs/vta/install.md +++ b/docs/vta/install.md @@ -103,7 +103,7 @@ Because the direct board-to-computer connection prevents the board from directly mkdir sshfs xilinx@192.168.2.99:/home/xilinx cd -git clone --recursive https://github.com/apache/incubator-tvm +git clone --recursive https://github.com/apache/incubator-tvm tvm # When finished, you can leave the moutpoint and unmount the directory cd ~ sudo umount diff --git a/nnvm/tutorials/deploy_model_on_mali_gpu.py b/nnvm/tutorials/deploy_model_on_mali_gpu.py index 13ed59fe2935..d90b0955048c 100644 --- a/nnvm/tutorials/deploy_model_on_mali_gpu.py +++ b/nnvm/tutorials/deploy_model_on_mali_gpu.py @@ -53,7 +53,7 @@ # # .. code-block:: bash # -# git clone --recursive https://github.com/apache/incubator-tvm +# git clone --recursive https://github.com/apache/incubator-tvm tvm # cd tvm # cp cmake/config.cmake . # sed -i "s/USE_OPENCL OFF/USE_OPENCL ON/" config.cmake diff --git a/nnvm/tutorials/deploy_model_on_rasp.py b/nnvm/tutorials/deploy_model_on_rasp.py index 7acaf4ad9094..576b517f3aa5 100644 --- a/nnvm/tutorials/deploy_model_on_rasp.py +++ b/nnvm/tutorials/deploy_model_on_rasp.py @@ -52,7 +52,7 @@ # # .. code-block:: bash # -# git clone --recursive https://github.com/apache/incubator-tvm +# git clone --recursive https://github.com/apache/incubator-tvm tvm # cd tvm # make runtime -j4 # diff --git a/tutorials/cross_compilation_and_rpc.py b/tutorials/cross_compilation_and_rpc.py index 5ae6eae77457..2ffcb11989b8 100644 --- a/tutorials/cross_compilation_and_rpc.py +++ b/tutorials/cross_compilation_and_rpc.py @@ -49,7 +49,7 @@ # # .. code-block:: bash # -# git clone --recursive https://github.com/apache/incubator-tvm +# git clone --recursive https://github.com/apache/incubator-tvm tvm # cd tvm # make runtime -j2 # diff --git a/tutorials/frontend/deploy_model_on_android.py b/tutorials/frontend/deploy_model_on_android.py index d4d1fe263ed3..813254df46b3 100644 --- a/tutorials/frontend/deploy_model_on_android.py +++ b/tutorials/frontend/deploy_model_on_android.py @@ -46,7 +46,7 @@ # # .. code-block:: bash # -# git clone --recursive https://github.com/apache/incubator-tvm +# git clone --recursive https://github.com/apache/incubator-tvm tvm # cd tvm # docker build -t tvm.demo_android -f docker/Dockerfile.demo_android ./docker # docker run --pid=host -h tvm -v $PWD:/workspace \ diff --git a/tutorials/frontend/deploy_model_on_rasp.py b/tutorials/frontend/deploy_model_on_rasp.py index 10869997497d..e78c73659b98 100644 --- a/tutorials/frontend/deploy_model_on_rasp.py +++ b/tutorials/frontend/deploy_model_on_rasp.py @@ -52,7 +52,7 @@ # # .. code-block:: bash # -# git clone --recursive https://github.com/apache/incubator-tvm +# git clone --recursive https://github.com/apache/incubator-tvm tvm # cd tvm # mkdir build # cp cmake/config.cmake build diff --git a/vta/apps/tsim_example/README.md b/vta/apps/tsim_example/README.md index 99740222869b..97758b937f32 100644 --- a/vta/apps/tsim_example/README.md +++ b/vta/apps/tsim_example/README.md @@ -62,7 +62,7 @@ https://www.veripool.org/projects/verilator/wiki/Installing ## Setup in TVM 1. Install `verilator` and `sbt` as described above -2. Get tvm `git clone https://github.com/apache/incubator-tvm.git` +2. Get tvm `git clone https://github.com/apache/incubator-tvm.git tvm --recursive` 3. Build [tvm](https://docs.tvm.ai/install/from_source.html#build-the-shared-library) ## How to run VTA TSIM examples