Git Product home page Git Product logo

Comments (5)

pengzju avatar pengzju commented on May 28, 2024
git clone https://github.com/zjunlp/EasyEdit.git
conda create -n EasyEdit python=3.9.7
...
pip install -r  requirements.txt

Following the instructions above in README, after the environments have been set up, I just tried from easyeditor import MENDHyperParams and it caused a segfault: "Segmentation fault (core dumped)". And I also tried import torch, the same error happened. Importing other packages like transformers won't caused the segfault.

Is there any way to work around this problem? Please advice.

Did you run the following command?
like:

source activate
conda activate EasyEdit

Segmentation fault (core dumped) mostly cause by improper memory operations.

from easyedit.

peixin-lin avatar peixin-lin commented on May 28, 2024
git clone https://github.com/zjunlp/EasyEdit.git
conda create -n EasyEdit python=3.9.7
...
pip install -r  requirements.txt

Following the instructions above in README, after the environments have been set up, I just tried from easyeditor import MENDHyperParams and it caused a segfault: "Segmentation fault (core dumped)". And I also tried import torch, the same error happened. Importing other packages like transformers won't caused the segfault.
Is there any way to work around this problem? Please advice.

Did you run the following command? like:

source activate
conda activate EasyEdit

Segmentation fault (core dumped) mostly cause by improper memory operations.

Yes, I did. The segmentation fault happened in the EasyEdit virtual env.
How can I find out what kind of improper memory operations lead to this segfault? All I did was importing.
Please advice.

from easyedit.

pengzju avatar pengzju commented on May 28, 2024

I cannot reproduce your problem, please check your local computer configuration
image

from easyedit.

pengzju avatar pengzju commented on May 28, 2024

If your problem has been resolved, please help close this issue.

from easyedit.

HamLaertes avatar HamLaertes commented on May 28, 2024

Hi, I met the same problem, and I have solved it by setting LD_LIBRARY_PATH="".
Hoping the solution work on your machine. @peixin-lin

from easyedit.

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.