diff --git a/python/tvm/auto_scheduler/measure.py b/python/tvm/auto_scheduler/measure.py index b2634b52f226..09e7d96a2074 100644 --- a/python/tvm/auto_scheduler/measure.py +++ b/python/tvm/auto_scheduler/measure.py @@ -699,7 +699,7 @@ def timed_func(): random_fill = remote.get_function("tvm.contrib.random.random_fill") except AttributeError: raise AttributeError("Please make sure USE_RANDOM is ON in the config.cmake " - "on the remote devices") + "on the remote devices") for arg in args: random_fill(arg) ctx.sync()