GithubHelp home page GithubHelp logo

Comments (3)

daimenhutchison avatar daimenhutchison commented on June 5, 2024

I got pass this error by;

pip3 uninstall torch
pip3 install torch==2.0.1

Somehow I ended up with the wrong version. Looks like I'm in the same boat with CUDA;

org.jkiss.dbeaver.model.sql.DBSQLException: SQL Error [XX000]: ERROR: Traceback (most recent call last):
  File "transformers.py", line 10, in <module>
  File "/usr/local/lib/python3.9/site-packages/InstructorEmbedding/__init__.py", line 1, in <module>
    from .instructor import *
  File "/usr/local/lib/python3.9/site-packages/InstructorEmbedding/instructor.py", line 2, in <module>
    import torch
  File "/usr/local/lib64/python3.9/site-packages/torch/__init__.py", line 228, in <module>
    _load_global_deps()
  File "/usr/local/lib64/python3.9/site-packages/torch/__init__.py", line 190, in _load_global_deps
    ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
  File "/usr/lib64/python3.9/ctypes/__init__.py", line 374, in __init__
    self._handle = _dlopen(self._name, mode)
 OSError: libcufft.so.10: cannot open shared object file: No such file or directory

I was careful to follow the dependencies in the various requirements files, guess I've messed that up somewhere.

from postgresml.

montanalow avatar montanalow commented on June 5, 2024

Did you install the platform specific dependencies, or the generic requirements.txt. Complex ML dependency graphs frequently break, so we provide a complete/working frozen set per platform.

from postgresml.

daimenhutchison avatar daimenhutchison commented on June 5, 2024

do you mean the requirements.linux.txt? If so, yes.

from postgresml.

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.