Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jambayk committed Oct 13, 2023
1 parent e66d984 commit 8186808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olive/engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def run_no_search(
output_dir: str = None,
output_name: str = None,
):
"""Run all the registered Olive pass flows in no-search model where search strategy is None."""
"""Run all the registered Olive pass flows in no-search mode."""
for pass_item in self.passes.values():
if len(pass_item["pass"].search_space()) > 0:
pass_name = pass_item["name"]
Expand Down

0 comments on commit 8186808

Please sign in to comment.