Skip to content

Commit 58c7e85

Browse files
committed
add sphinx skip
1 parent 432e56e commit 58c7e85

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gallery/how_to/work_with_relay/using_with_pipeline_executor.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,12 @@ def @main(%data_n_0: Tensor[(1, 16, 224, 224), float32]) {
152152
connections
153153
|mod0.output(0)-> mod1.data_n_0
154154
"""
155+
156+
# sphinx_gallery_start_ignore
157+
from tvm import testing
158+
159+
testing.utils.install_request_hook(depth=3)
160+
# sphinx_gallery_end_ignore
155161
##############################
156162
# Build the pipeline executor.
157163
# ----------------------------

0 commit comments

Comments
 (0)