Commit 030a1632 by tripley Committed by Tianqi Chen

update_document_after_repository_renamed (#4398)

parent 4b2c4c38
......@@ -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
......
......@@ -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
......
......@@ -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.
......
......@@ -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.
......
......@@ -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.
......
......@@ -103,7 +103,7 @@ Because the direct board-to-computer connection prevents the board from directly
mkdir <mountpoint>
sshfs xilinx@192.168.2.99:/home/xilinx <mountpoint>
cd <mountpoint>
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 <mountpoint>
......
......@@ -53,7 +53,7 @@ from tvm.contrib.download import download_testdata
#
# .. 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
......
......@@ -52,7 +52,7 @@ from tvm.contrib.download import download_testdata
#
# .. 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
#
......
......@@ -49,7 +49,7 @@ and the Firefly-RK3399 for an OpenCL example.
#
# .. 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
#
......
......@@ -46,7 +46,7 @@ from tvm.contrib.download import download_testdata
#
# .. 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 \
......
......@@ -52,7 +52,7 @@ from tvm.contrib.download import download_testdata
#
# .. 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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment