Skip to content

Commit 4f64d85

Browse files
authored
[docs] Add thunderfx to dynamo/index.rst (#2421)
1 parent 45a2e93 commit 4f64d85

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/source/reference/dynamo/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ thunder.dynamo
77
:toctree:
88

99
ThunderCompiler
10+
thunderfx

thunder/dynamo/compiler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ def save_reproducer_to_folder(
207207

208208

209209
def thunderfx(fn: Callable, /, **kwargs) -> Callable:
210-
"""Compiles a callable (function or model) by using Thunder as the backend of :func:`torch.compile`
210+
"""Compiles a callable (function or model) by using Thunder as the backend of :func:`torch.compile`.
211+
211212
Args:
212213
fn: A :class:`~torch.nn.Module` or a function to compile.
213214
Keyword Args:

0 commit comments

Comments
 (0)