-
Notifications
You must be signed in to change notification settings - Fork 32
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
build without conda #2
Comments
Thank you for the question! So I also recommend you to build PyTorch (and Nimble) using conda environment. |
Thank you @gyeongin I would like to implement Nimble on Jetson device(e.g. Jeston nano, TX2) for faster inference. |
For the first question about Jetson devices, there is a document for building PyTorch from source on Jetson devices. For the second question, our team is currently discussing about inference-only version of Nimble, which does not modify PyTorch codebase so can be installed without building PyTorch from source. |
Hi @ShivaKothuru, |
Hi @gyeongin , could you talk about how to implement the inference-only version without modifying the PyTorch codebase? Does that mean you will implement it in Python and run the tasks by calling some Pytorch functions? Will you use the Pytorch CUDA graph API? Thanks! |
Waiting for the answer for the above question |
📚 Documentation
Can I have this build without conda? If yes, please specify the steps.
Thank you.
The text was updated successfully, but these errors were encountered: