Cannot import torch and jax in the same script, with Cuda and Cudnn installed with conda. · Issue #8362 · google/jax

I was trying to use some pytorch dataloader with jax, so need to import torch and found this error related to Cuda and cudnn. A minimal reproducible step is as follow: Installed pytorch, cuda, cudn...