GithubHelp home page GithubHelp logo

Issue in installation about fast_rnnt HOT 7 CLOSED

jrplatin avatar jrplatin commented on July 19, 2024
Issue in installation

from fast_rnnt.

Comments (7)

csukuangfj avatar csukuangfj commented on July 19, 2024

How did you install PyTorch?

And what is the output of

conda list
python3 -m torch.utils.collect_env

from fast_rnnt.

jrplatin avatar jrplatin commented on July 19, 2024

I am using a Docker image, but I'm using PyTorch 1.12 for CUDA 11.3 (same version as my install).

I listed the results of the two calls here:

res.txt

from fast_rnnt.

csukuangfj avatar csukuangfj commented on July 19, 2024

What is the output of

find $CONDA_PREFIX -name "libmkl*"
find $CONDA_PREFIX -name "libmkl_core*"

from fast_rnnt.

jrplatin avatar jrplatin commented on July 19, 2024

I got this:

Thanks for your help so far!
output.txt

from fast_rnnt.

csukuangfj avatar csukuangfj commented on July 19, 2024

Well, you only have

/opt/conda/envs/ptca/lib/libmkl_core.so.2

but it is looking for /usr/bin/ld: cannot find -lmkl_core, i.e., libmkl_core.so.

Since you are using conda, I suggest that you use conda install to install PyTorch, which will also install mkl for you.

from fast_rnnt.

jrplatin avatar jrplatin commented on July 19, 2024

Got it thanks!

from fast_rnnt.

jrplatin avatar jrplatin commented on July 19, 2024

Quick update: I just had to run sudo apt-get install intel-mkl and it worked!

from fast_rnnt.

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.