Skip to content

Commit

Permalink
fix hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh committed Nov 8, 2022
1 parent 091d332 commit 5284076
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ def git_describe_version(original_version):
"micro_ethosu.py",
"micro_tvmc.py",
"micro_aot.py",
"micro_pytorch.py",
],
}

Expand Down
7 changes: 7 additions & 0 deletions gallery/how_to/work_with_microtvm/micro_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
**Note:** This tutorial only runs on x86 CPU using CRT and does not run on Zephyr
since the model would not fit on our current supported Zephyr boards.
"""

# sphinx_gallery_start_ignore
from tvm import testing

testing.utils.install_request_hook(depth=3)
# sphinx_gallery_end_ignore

import pathlib

import torch
Expand Down

0 comments on commit 5284076

Please sign in to comment.