From 104535a6eba74fbd4b09db7070cca2914437ba61 Mon Sep 17 00:00:00 2001 From: Junru Shao Date: Mon, 24 Jan 2022 17:45:46 -0800 Subject: [PATCH] Update integration.py --- python/tvm/meta_schedule/integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/meta_schedule/integration.py b/python/tvm/meta_schedule/integration.py index bb0ce7c72007c..794591cefed3e 100644 --- a/python/tvm/meta_schedule/integration.py +++ b/python/tvm/meta_schedule/integration.py @@ -175,7 +175,7 @@ def __init__(self) -> None: @register_object("meta_schedule.ApplyHistoryBest") class ApplyHistoryBest(MetaScheduleContext): - """An integration context that allows application of historically best records from a database""" + """An integration context that allows application of historically best record from database""" database: Database """ The database to be queried from"""