From aed55e5711f6537a6897762607d895f8227641f2 Mon Sep 17 00:00:00 2001 From: Cody Yu Date: Tue, 3 Nov 2020 22:00:58 -0800 Subject: [PATCH] [TopHub] Bump the versions (#6837) * [TopHub] Update version * trigger ci --- python/tvm/autotvm/tophub.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/tvm/autotvm/tophub.py b/python/tvm/autotvm/tophub.py index b1be488a220a..c17c611f5499 100644 --- a/python/tvm/autotvm/tophub.py +++ b/python/tvm/autotvm/tophub.py @@ -46,14 +46,14 @@ # the version of each package PACKAGE_VERSION = { - "arm_cpu": "v0.07", + "arm_cpu": "v0.08", "llvm": "v0.04", "cuda": "v0.09", "rocm": "v0.05", "opencl": "v0.04", "mali": "v0.06", "intel_graphics": "v0.02", - "vta": "v0.09", + "vta": "v0.10", "amd_apu": "v0.01", }