From 76cd8cabd60032f1a954b07aa395ef2ec787ac1b Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 3 Nov 2020 20:43:49 -0500 Subject: [PATCH] Update link (#6838) --- python/tvm/autotvm/tophub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/autotvm/tophub.py b/python/tvm/autotvm/tophub.py index e3170ba98f8a0..b1be488a220ab 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"