Skip to content

Commit

Permalink
Update extension-module.md to avoid extraneous header (#6237)
Browse files Browse the repository at this point in the history
  • Loading branch information
larryliu0820 authored Oct 15, 2024
1 parent da78f3b commit e0e19ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/extension-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,6 @@ if (auto* etdump = dynamic_cast<ETDumpGen*>(module.event_tracer())) {
}
```

# Conclusion
## Conclusion

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 comments on commit e0e19ed

Please sign in to comment.