Closed ovsh closed 1 year ago
you need CUDA 10.2 and cuDNN 7 for paddlepaddle https://developer.nvidia.com/cuda-10.2-download-archive?target_os=Windows&target_arch=x86_64&target_version=10 https://developer.nvidia.com/rdp/cudnn-archive#a-collapse765-102
@azumukupoe Thanks for confirming. I have other code that requires CUDA 12, so does that mean I have to install and reinstall each time when I am switching between different code? I am on a Windows machine.
@jameswan I think you can install multiple versions of CUDA
I can create the right virtual environment using this: conda create -n detext -c nvidia -c conda-forge -c defaults python=3.8 cudatoolkit=10.2 cudnn=7
do you know what PyTorch GPU is required for paddlepaddle?
latest version's working for me
Thanks @ovsh for flagging this, and thanks @azumukupoe for your help. I updated the README to specify the CUDA and cuDNN pre-requisites.
Been trying to install the package in a venv but getting a bunch of weird errors all the time. Are there any missing install requirements from the README?
First, complaints about cudnn64_7.dll missing:
Installed cuDNN & manually pasted to the CUDA path. Now getting this -
Am I missing anything obvious or is there previous steps / cuDNN specific versions that are required as prereqs?