Skip to content

Commit

Permalink
[Docs] Fixed typo in docs (#69)
Browse files Browse the repository at this point in the history
fixed typo in docs
  • Loading branch information
AndreSlavescu committed Jan 11, 2023
1 parent 65178fd commit 1d0d660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery/tutorials/optimize-pytorch-model.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# 0 - use default schedule, no search [Default]
# 1 - search in a small schedule space (usually 1~30 schedules)
# 2 - search in a large schedule space (usually more than 30 schedules)
hidet.torch.dynamo_config.set_search_space(2)
hidet.torch.dynamo_config.search_space(2)
# After configure the search space, you can optimize the model
model_opt = torch.compile(model, backend='hidet')
Expand Down

0 comments on commit 1d0d660

Please sign in to comment.