I’m developing a project that was running Flux for image generation. So far I was working fine with the current Jetson-Container Pytorch 2.3.0, but now the image generation model requires from Pytorch 2.5.0, so I cannot longer build their repository with the previous container.
If these suggestions don’t help and you want to report an issue to us, please attach the model, command/step, and the customized app (if any) with us to reproduce locally.
I’ve already tried to install Pytorch and even if it’s possible to install it there seem to be no way to get CUDA support enabled. Nor compatibility with torchvision and torchaudio.
I’m looking to know if there is going to be a jetson-container update that support Pytorch 2.5.0 the same way it’s now supporting Pytorch 2.3.0.
I just need that this command creates a docker container that support Pytorch 2.5.0:
jetson-containers run $(autotag torchvision)
Dusty already told me several months ago that I should give up on installing things by myself and work on jetson-containers. I’m just doing that.
If there are no plans to create that container it would be nice to know so I could move on.
Hi @esteban.gallardo, sorry just seeing this, and just to round out on it - yes, on JetPack 6.1, pytorch 2.5 is currently the default in jetson-containers. I have also tried 2.6.0-rc1. It would seem because of FlexAttention people are upgrading more often.
Anyways, I tend to keep the containers for the latest JetPack on the latest stable PyTorch. A lot of other packages get rebuilt off of those, so I tend to upgrade it every couple months.