From 000b8aa924da27e6019a5feb6c8ef5f595227a99 Mon Sep 17 00:00:00 2001 From: Thierry Moreau Date: Thu, 18 Jul 2019 14:32:06 -0700 Subject: [PATCH] upgrading to tophub v0.6 --- 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 37a95d6f774df..0130384c2e69e 100644 --- a/python/tvm/autotvm/tophub.py +++ b/python/tvm/autotvm/tophub.py @@ -44,7 +44,7 @@ 'opencl': "v0.02", 'mali': "v0.05", - 'vta': "v0.05", + 'vta': "v0.06", } logger = logging.getLogger('autotvm')