diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst index 3cf0a78f244f..f6be4e31af90 100644 --- a/docs/install/from_source.rst +++ b/docs/install/from_source.rst @@ -248,7 +248,7 @@ like ``virtualenv``. .. code:: bash - pip3 install --user tornado psutil xgboost + pip3 install --user tornado psutil xgboost cloudpickle Install Contrib Libraries diff --git a/tutorials/autotvm/tune_conv2d_cuda.py b/tutorials/autotvm/tune_conv2d_cuda.py index b662bafd73e6..c32049567679 100644 --- a/tutorials/autotvm/tune_conv2d_cuda.py +++ b/tutorials/autotvm/tune_conv2d_cuda.py @@ -36,7 +36,7 @@ # # .. code-block:: bash # -# pip3 install --user psutil xgboost tornado +# pip3 install --user psutil xgboost tornado cloudpickle # # To make TVM run faster in tuning, it is recommended to use cython # as FFI of tvm. In the root directory of tvm, execute diff --git a/tutorials/autotvm/tune_relay_arm.py b/tutorials/autotvm/tune_relay_arm.py index 317af5f1632d..fdbc91a871ec 100644 --- a/tutorials/autotvm/tune_relay_arm.py +++ b/tutorials/autotvm/tune_relay_arm.py @@ -49,7 +49,7 @@ # # .. code-block:: bash # -# pip3 install --user psutil xgboost tornado +# pip3 install --user psutil xgboost tornado cloudpickle # # To make TVM run faster during tuning, it is recommended to use cython # as FFI of TVM. In the root directory of TVM, execute diff --git a/tutorials/autotvm/tune_relay_cuda.py b/tutorials/autotvm/tune_relay_cuda.py index 76a30ec15eb6..95a7d8975632 100644 --- a/tutorials/autotvm/tune_relay_cuda.py +++ b/tutorials/autotvm/tune_relay_cuda.py @@ -47,7 +47,7 @@ # # .. code-block:: bash # -# pip3 install --user psutil xgboost tornado +# pip3 install --user psutil xgboost tornado cloudpickle # # To make TVM run faster during tuning, it is recommended to use cython # as FFI of tvm. In the root directory of tvm, execute: diff --git a/tutorials/autotvm/tune_relay_mobile_gpu.py b/tutorials/autotvm/tune_relay_mobile_gpu.py index 5e972730d9be..a5078cb5c38e 100644 --- a/tutorials/autotvm/tune_relay_mobile_gpu.py +++ b/tutorials/autotvm/tune_relay_mobile_gpu.py @@ -47,7 +47,7 @@ # # .. code-block:: bash # -# pip3 install --user psutil xgboost tornado +# pip3 install --user psutil xgboost tornado cloudpickle # # To make TVM run faster during tuning, it is recommended to use cython # as FFI of tvm. In the root directory of tvm, execute diff --git a/tutorials/autotvm/tune_simple_template.py b/tutorials/autotvm/tune_simple_template.py index db199fc717fa..d7d43c794cda 100644 --- a/tutorials/autotvm/tune_simple_template.py +++ b/tutorials/autotvm/tune_simple_template.py @@ -41,7 +41,7 @@ # # .. code-block:: bash # -# pip3 install --user psutil xgboost +# pip3 install --user psutil xgboost cloudpickle # # To make TVM run faster in tuning, it is recommended to use cython # as FFI of TVM. In the root directory of TVM, execute diff --git a/vta/tutorials/autotvm/tune_relay_vta.py b/vta/tutorials/autotvm/tune_relay_vta.py index 7f0442402c57..2cec62fa9cae 100644 --- a/vta/tutorials/autotvm/tune_relay_vta.py +++ b/vta/tutorials/autotvm/tune_relay_vta.py @@ -40,7 +40,7 @@ # # .. code-block:: bash # -# pip3 install --user psutil xgboost tornado mxnet requests "Pillow<7" +# pip3 install --user psutil xgboost tornado mxnet requests "Pillow<7" cloudpickle # # To make TVM run faster during tuning, it is recommended to use cython # as FFI of TVM. In the root directory of TVM, execute