Hi,
How do I find compatible matches of CUDA versions, and PyTorch that will work with the older GDL version, that a codebase I want to test used (i.e., 0.5.2)?
I need to set up CUDA drivers, PyTorch and GDL for codebase that is around 3 years old and was compiled with GDL==0.5.2 and an old CUDA/PyTorch version.
The alternative would be to do some painful refactoring of this codebase to get it to work with the newest GDL and CUDA+PyTorch, which I want to avoid now.
Thank you!