Commit 9e04298b by Cody Hao Yu Committed by Tianqi Chen

fix install script (#4350)

parent ccde31f1
...@@ -21,7 +21,7 @@ set -u ...@@ -21,7 +21,7 @@ set -u
set -o pipefail set -o pipefail
cd /usr 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 cd /usr/tvm
# checkout a hash-tag # checkout a hash-tag
git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470 git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470
......
...@@ -21,7 +21,7 @@ set -u ...@@ -21,7 +21,7 @@ set -u
set -o pipefail set -o pipefail
cd /usr 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 cd /usr/tvm
# checkout a hash-tag # checkout a hash-tag
git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470 git checkout 4b13bf668edc7099b38d463e5db94ebc96c80470
......
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