-
Notifications
You must be signed in to change notification settings - Fork 132
[FEA] Add Option to Install PyTorch with Conda Jetson Env #423
Comments
Good idea, @znmeb! I'll get this actioned in the next couple of days. |
Hey @awthomp, I spent some time scouring the cuda documentation, and couldn't find anything cut-and-dry on how optional dependencies would be specified in a single environment. Would the advised solution be to create a As an aside, would this be a good place to specify dependencies like |
@cmpadden I like this approach. However, IIRC the PyTorch binary is in a |
I see, thanks for the clarification. I may have to defer to someone with more experience using NVIDIA-specific dependencies, as I'm not sure if there's an easy way to incorporate the pre-built PyTorch wheel file for the Jetson platform found here into our conda environment. Our options might be to either have that package released to a conda repository, or to have a script that does something similar to the installation instructions found in the forum post. |
@cmpadden NVIDIA do have repositories on |
@cmpadden and @znmeb I'm still trying to figure out the Jetson vs x86 packaging, particularly with CuPy. One of the complications is the CUDA toolkit and the flavors of each of our dependencies and their CUDA versions w/ pre-built wheels. I'll spend more time on this over the upcoming weeks, but it's most likely going to be a change on our CI/CD side, AFAIK. |
@awthomp Gotcha! Thanks for the insight. |
@awthomp I do know that the NGC Jetson ML Docker image has CuPy on it and NVIDIA build it from source using |
This issue has been labeled |
This issue has been labeled |
Is your feature request related to a problem? Please describe.
The end-to-end example notebook uses PyTorch but PyTorch isn't present in the conda enviroment when building on a Jetson.
Describe the solution you'd like
Can you make fetching and installing the PyTorch wheel an option in the Jetson build script? I've got a script that does this, but it would be nice if it was integrated into the cuSignal tooling and tested there.
The text was updated successfully, but these errors were encountered: