diff --git a/python/tvm/autotvm/tophub.py b/python/tvm/autotvm/tophub.py
index 41e2b4c4683cf9e37f9b76173d5d1aa3da229f8c..7798d55220368c20446ca3ccb9064c29f992e0f5 100644
--- a/python/tvm/autotvm/tophub.py
+++ b/python/tvm/autotvm/tophub.py
@@ -21,6 +21,7 @@ AUTOTVM_TOPHUB_ROOT_PATH = os.path.join(os.path.expanduser('~'), ".tvm", "tophub
 # the version of each package
 PACKAGE_VERSION = {
     'arm_cpu': "v0.03",
+    'llvm':    "v0.01",
 
     'cuda':    "v0.03",
     'rocm':    "v0.01",