From 6f9f443c4b53d51bcb4d32d1f2dd389e1a93defa 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 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"