diff --git a/python/tvm/autotvm/tophub.py b/python/tvm/autotvm/tophub.py index e3170ba98f8a..b1be488a220a 100644 --- a/python/tvm/autotvm/tophub.py +++ b/python/tvm/autotvm/tophub.py @@ -36,7 +36,7 @@ AUTOTVM_TOPHUB_LOC_VAR = "TOPHUB_LOCATION" # default location of TopHub -AUTOTVM_TOPHUB_DEFAULT_LOC = "https://raw.githubusercontent.com/uwsampl/tvm-distro/master/tophub" +AUTOTVM_TOPHUB_DEFAULT_LOC = "https://raw.githubusercontent.com/tlc-pack/tophub/main/tophub" # value of AUTOTVM_TOPHUB_LOC_VAR to specify to not read from TopHub AUTOTVM_TOPHUB_NONE_LOC = "NONE"