Skip to content

Commit e0e19ed

Browse files
authored
Update extension-module.md to avoid extraneous header (#6237)
1 parent da78f3b commit e0e19ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/extension-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,6 @@ if (auto* etdump = dynamic_cast<ETDumpGen*>(module.event_tracer())) {
240240
}
241241
```
242242

243-
# Conclusion
243+
## Conclusion
244244

245245
The `Module` APIs provide a simplified interface for running ExecuTorch models in C++, closely resembling the experience of PyTorch's eager mode. By abstracting away the complexities of the lower-level runtime APIs, developers can focus on model execution without worrying about the underlying details.

0 commit comments

Comments
 (0)