I am currently using RTX5070TI. I know that if I want to use pytorch, I need to install the nightly binary version… The problem is that I need to use isaacgym/leggedgym which only supports python3.6~3.8. I currently cannot install the nightly binary version of torch in conda of python3.8… Can anyone help compile build the torch cu128 for the python3.8 version and supports rtx5070ti? Thank you…(my OS is ubuntu 22.04)
PyTorch binaries are built for Python 3.9-3.13 as older support was dropped. You could try to build PyTorch from source for Python 3.8 but I don’t know if that’s even possible with newer PyTorch releases.