-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add a documentation page with a brief intro to hw backends #2385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR introduces documentation for hardware acceleration backends supported by LeRobot, including CPU, CUDA, MPS, and XPU. The documentation provides installation guidance and usage instructions for selecting accelerators during training and evaluation.
Key changes:
- Added comprehensive documentation page for PyTorch accelerators
- Integrated the new documentation into the existing table of contents
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/source/torch_accelerators.mdx | New documentation page describing supported hardware backends, installation instructions, and usage examples |
| docs/source/_toctree.yml | Added new "Supported Hardware" section linking to the accelerators documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]> Signed-off-by: Vladislav Sovrasov <[email protected]>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Co-authored-by: Steven Palma <[email protected]> Signed-off-by: Vladislav Sovrasov <[email protected]>
|
@imstevenpmwork thanks for the review, just fixed the pre-commit issues |
imstevenpmwork
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
What this does
This PR adds a brief description of supported hardware acceleration backends and also clarifies installation instructions for some of the backends.
Related PR: #2233
How to checkout & try? (for the reviewer)
A docs build is required to test the changes