From 6aee6fe24d2bab8b0854a078d9add2fbfae3ffb2 Mon Sep 17 00:00:00 2001 From: ZCHNO Date: Fri, 10 Jun 2022 10:26:32 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 461cdd60a..a02240bf8 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ git clone git@github.com:llvm/llvm-project.git cd llvm-project git checkout llvmorg-10.0.0 mkdir build +cd build cmake -DCMAKE_INSTALL_PREFIX=/home//LLVM/llvm-10 -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang;lld;lldb" ../llvm make -j 20 make install @@ -105,7 +106,7 @@ source Then, install python dependencies of TVM after activating your virtual environment. ```sh -() pip install numpy decorator attrs tornado psutil xgboost cloudpickle synr pebble sklearn +() pip install numpy decorator attrs tornado psutil xgboost==1.5.0 cloudpickle synr pebble sklearn ``` At last, setup the environments.