From: Cody Hao Yu Date: Sat, 16 Nov 2019 06:27:49 +0000 (-0800) Subject: fix install script (#4350) X-Git-Tag: upstream/0.7.0~1629 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9e04298b96c862df5eb3520e304531c7b88e903d;p=platform%2Fupstream%2Ftvm.git fix install script (#4350) --- diff --git a/docker/install/install_tvm_cpu.sh b/docker/install/install_tvm_cpu.sh index e284065..d013ad2 100755 --- a/docker/install/install_tvm_cpu.sh +++ b/docker/install/install_tvm_cpu.sh @@ -21,7 +21,7 @@ set -u set -o pipefail cd /usr -git clone --depth=1 https://github.com/apache/incubator-tvm --recursive +git clone --depth=1 https://github.com/apache/incubator-tvm tvm --recursive cd /usr/tvm # checkout a hash-tag git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470 diff --git a/docker/install/install_tvm_gpu.sh b/docker/install/install_tvm_gpu.sh index bb51e01..8798e4a 100755 --- a/docker/install/install_tvm_gpu.sh +++ b/docker/install/install_tvm_gpu.sh @@ -21,7 +21,7 @@ set -u set -o pipefail cd /usr -git clone --depth=1 https://github.com/apache/incubator-tvm --recursive +git clone --depth=1 https://github.com/apache/incubator-tvm tvm --recursive cd /usr/tvm # checkout a hash-tag git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470