Coder Social home page Coder Social logo

Comments (12)

Purfview avatar Purfview commented on May 27, 2024 2

Lol you know what I do have NVIDIA GTX 1050 on windows host machine but I wasn't aware :)

2GB VRAM? Should be ~enough for medium model.

Could not load library libcudnn_ops_infer.so.8

GPU execution requires cuBLAS and cuDNN libs for CUDA v11.x:
https://developer.nvidia.com/cuda-toolkit
https://developer.nvidia.com/cudnn

Or alternatively you can download libs from there: https://github.com/Purfview/whisper-standalone-win/releases/tag/libs

from whisper-standalone-win.

Purfview avatar Purfview commented on May 27, 2024

I've no idea how it reports that you have CUDA when you don't.

What ./whisper-faster --checkcuda shows?

You can force CPU with --device=cpu.

from whisper-standalone-win.

arekgotfryd avatar arekgotfryd commented on May 27, 2024

Thanks for the tip with --device=cpu!
That solves it.

from whisper-standalone-win.

Purfview avatar Purfview commented on May 27, 2024

What ./whisper-faster --checkcuda shows?

from whisper-standalone-win.

arekgotfryd avatar arekgotfryd commented on May 27, 2024

CUDA device: 1

from whisper-standalone-win.

Purfview avatar Purfview commented on May 27, 2024

And what GPU you have in your system?

CUDA device: 1

Yeah, reports that there is one CUDA device.

from whisper-standalone-win.

arekgotfryd avatar arekgotfryd commented on May 27, 2024

Lol you know what I do have NVIDIA GTX 1050 on windows host machine but I wasn't aware :)
Sorry for that!

from whisper-standalone-win.

NaiveInvestigator avatar NaiveInvestigator commented on May 27, 2024

Lol you know what I do have NVIDIA GTX 1050 on windows host machine but I wasn't aware :)

2GB VRAM? Should be ~enough for medium model.

Could not load library libcudnn_ops_infer.so.8

GPU execution requires cuBLAS and cuDNN libs for CUDA v11.x: developer.nvidia.com/cuda-toolkit developer.nvidia.com/cudnn

Or alternatively you can download libs from there: libs (release)

TY this helped a lot! Could we mention this in the README for newcomers?

from whisper-standalone-win.

Purfview avatar Purfview commented on May 27, 2024

TY this helped a lot! Could we mention this in the README for newcomers?

This is literally written at the Releases.

from whisper-standalone-win.

NaiveInvestigator avatar NaiveInvestigator commented on May 27, 2024

It is but for most ppl when they see the right side and tend to click on whisper-faster and not on the Releases link which leads them to the executables.
image

from whisper-standalone-win.

Purfview avatar Purfview commented on May 27, 2024

You see same info whatever you click there.

from whisper-standalone-win.

Largo avatar Largo commented on May 27, 2024

I'm on fedora 38. My research found that seemingly cuda and cuDNN are separate installs? I don't have the lib in /usr/local/cuda-12.4/lib64/.

So I did the following:

sudo find / -type f -name libcudnn_ops_infer.so.8

found it in /opt/resolve/libs/libcudnn_ops_infer.so.8

export LD_LIBRARY_PATH="/opt/resolve/libs:$LD_LIBRARY_PATH"

And then it works!

from whisper-standalone-win.

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.