Coder Social home page Coder Social logo

Comments (2)

Enyium avatar Enyium commented on May 25, 2024

I also had problems with getting CUDA to run. WhisperWriter told me CUDA not available. I had CUDA 12.1 and CUDNN 9.0 installed.

Later in the process, I noticed that the PATH contained C:\Program Files\NVIDIA\CUDNN\v9.0\bin, although the DLLs are in an additional subfolder that's named after the CUDA version. Someone having problems could first try to change the PATH directory to the subfolder for the respective CUDA version and see if that helps.

Anyways, I did the following and now WhisperWriter works for me:

  • Installed CUDA 11.8 from here
  • Ran the command from the command creator here for CUDA 11.8
  • Downloaded CUDNN v8 for CUDA v11 from here (required me to make an account with e-mail and password)
  • Copied the CUDNN DLLs similarly to what's officially described on https://docs.nvidia.com/deeplearning/cudnn/installation/windows.html#installing-on-windows and updated the PATH. I used the path C:\Program Files\NVIDIA\CUDNN\v8.9\bin\11.8 for the DLLs.
  • Made sure the CUDA- and CUDNN-related environment variables had the correct versions and paths in them. (Note that processes inherit the set of env vars from the parent process and don't auto-update, meaning: restart the process tree from a certain point.)

EDIT: After restarting, WhisperWriter complained that a DLL belonging to CUDA v12 was missing. I then added the two v12.3 paths I still had installed to my PATH environment variable additionally to the v11.8 paths and it worked again (i.e., C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.3\bin and C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.3\libnvvp).

from whisper-writer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.