Skip to content

Commit

Permalink
Update integration.py
Browse files Browse the repository at this point in the history
  • Loading branch information
junrushao authored and zxybazh committed Jan 26, 2022
1 parent ffc4805 commit 8e4485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/meta_schedule/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand Down

0 comments on commit 8e4485f

Please sign in to comment.