-
Notifications
You must be signed in to change notification settings - Fork 489
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
Comprehensive Documentation Needed for libtorch Setup and Troubleshooting #587
Comments
Related issue ticket where someone was not able to run the binary outside cargo context: Gadersd/whisper-burn#1 |
Someone on Reddit claimed AMD with torch works:
It's important note that burn-tch supports Vulkan backend as well. |
Another person has listed a long instruction: https://www.reddit.com/r/rust/comments/15jc09o/comment/jv12plx/?utm_source=share&utm_medium=web2x&context=3 |
This person has installed a different version of CUDA but resolved it: Gadersd/stable-diffusion-burn#2 (comment) |
Someone had a problem with torch backend probably because cuda version mismatch: #837 |
@antimora I'm currently looking into this and I was wondering if you had any pointers for MPS with Apple hardware? I see that you commented in some issues that you've worked on getting torch running on Mac. Right now the instructions will recommend a manual download since it's easier to control and point to the right stuff that we know worked for us. But there's no official libtorch distribution for MPS, so in this case maybe we should link to pytorch instructions for |
Issue Description
In the process of building and running our Burn projects, it has been observed that some users are encountering difficulties with setting the environment variables and the CUDA version for libtorch. Additionally, some are experiencing issues when executing a built binary with Rust where the libtorch library path is lost, likely due to it being outside of the Cargo context.
Although libtorch is downloaded during the build, these complications highlight the need for a more detailed and thorough documentation page that addresses libtorch setup and troubleshooting.
Suggested Solution
We need to create a comprehensive document that covers all aspects related to libtorch setup, including but not limited to:
This document should also include a troubleshooting guide that helps users diagnose and resolve common problems they may encounter during setup or operation.
Additional Information
By improving our documentation, we can better support our users and potentially reduce the number of support queries related to libtorch setup. Detailed, clear, and accurate documentation is a critical component of user experience and can play a significant role in the success of our projects.
If there are any suggestions or feedback about what to include in this documentation, please comment on this issue.
The text was updated successfully, but these errors were encountered: