From ab80867615f34d43aabb9b95cdc3ba0c326699f8 Mon Sep 17 00:00:00 2001 From: Arnaud Bergeron Date: Wed, 27 Nov 2019 15:27:13 -0500 Subject: [PATCH] Update tophub --- 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 95e9acb23dff..e95f2005baa4 100644 --- a/python/tvm/autotvm/tophub.py +++ b/python/tvm/autotvm/tophub.py @@ -56,7 +56,7 @@ 'mali': "v0.05", 'intel_graphics': "v0.01", - 'vta': "v0.06", + 'vta': "v0.07", } logger = logging.getLogger('autotvm')