You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/11/24 19:40:54 UTC

[tvm-vta] branch main updated: Update to reflect repo name change (#16)

This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-vta.git


The following commit(s) were added to refs/heads/main by this push:
     new ce8efad  Update to reflect repo name change (#16)
ce8efad is described below

commit ce8efad0312b6ab55319f96b9512bcda4b19a234
Author: Tianqi Chen <tq...@users.noreply.github.com>
AuthorDate: Tue Nov 24 14:40:45 2020 -0500

    Update to reflect repo name change (#16)
---
 apps/tsim_example/README.md        | 2 +-
 tests/scripts/task_tvm_checkout.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/tsim_example/README.md b/apps/tsim_example/README.md
index c1cfae6..f2c4c0a 100644
--- a/apps/tsim_example/README.md
+++ b/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 tvm --recursive`
+2. Get tvm `git clone https://github.com/apache/tvm.git tvm --recursive`
 3. Build [tvm](https://tvm.apache.org/docs/install/from_source.html#build-the-shared-library)
 
 ## How to run VTA TSIM examples
diff --git a/tests/scripts/task_tvm_checkout.sh b/tests/scripts/task_tvm_checkout.sh
index fb6636b..6f2fbdd 100755
--- a/tests/scripts/task_tvm_checkout.sh
+++ b/tests/scripts/task_tvm_checkout.sh
@@ -21,7 +21,7 @@ set -u
 
 if [ ! -d tvm ]; then
     echo "Checking out TVM"
-    git clone https://github.com/apache/incubator-tvm tvm
+    git clone https://github.com/apache/tvm tvm
 fi
 
 cd tvm