Skip to content

Commit 2da3cae

Browse files
authored
fix: add prefix in hierarchical_partitioner_example (#3607)
1 parent 12b2e24 commit 2da3cae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/dynamo/hierarchical_partitioner_example.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
"""
2+
3+
.. _hierarchical_partitioner_example:
4+
5+
Hierarchical Partitioner Example
6+
================================
7+
8+
Basic example on how to use the hierarchical adjacency partitioner function and manually compile the partitioned model.
9+
Not yet available in the compile API.
10+
"""
11+
112
from typing import Any, Callable
213

314
import torch

0 commit comments

Comments
 (0)