This is an automated email from the ASF dual-hosted git repository.

masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f986d7  change the doc to reflect previous code change (#8970)
7f986d7 is described below

commit 7f986d75cc2f8070ad70b4ab94d8e24bb1f37a5a
Author: Yuanjing Shi <[email protected]>
AuthorDate: Thu Sep 9 01:32:28 2021 -0700

    change the doc to reflect previous code change (#8970)
---
 python/tvm/auto_scheduler/measure.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/python/tvm/auto_scheduler/measure.py 
b/python/tvm/auto_scheduler/measure.py
index 5e42dd0..c58aeea 100644
--- a/python/tvm/auto_scheduler/measure.py
+++ b/python/tvm/auto_scheduler/measure.py
@@ -652,8 +652,8 @@ def local_build_worker(args):
 
     Parameters
     ----------
-    args: Tuple[MeasureInput, str, int, int]
-        inputs, build-func, time, verbose args passed to local_builder_build
+    args: Tuple[MeasureInput, callable, int]
+        inputs, build-func, verbose args passed to local_builder_build
 
     Returns
     -------

Reply via email to