Skip to content

Commit

Permalink
fix install script (#4350)
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac authored and tqchen committed Nov 16, 2019
1 parent ccde31f commit 9e04298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/install/install_tvm_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/install/install_tvm_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e04298

Please sign in to comment.