Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault (core dumped) error. #45

Open
trikim opened this issue May 7, 2024 · 1 comment
Open

Segmentation fault (core dumped) error. #45

trikim opened this issue May 7, 2024 · 1 comment

Comments

@trikim
Copy link

trikim commented May 7, 2024

I've installed the env by requirements.txt, the lib versions are the same, except the python version is 3.10.
First, I encountered two problems:
LlamaTokenizer requires the SentencePiece library but it was not found in your environment.
The new behaviour of LlamaTokenizer (with self.legacy = False) requires the protobuf library but it was not found in your environment.
and by installing SentencePiece==0.2.0 and protobuf-5.26.1 to solve them.

After that I could load the models correctly, but segmentation fault error happened when the first step denoising process.
image

@DthdZK
Copy link

DthdZK commented May 21, 2024

Hi bro, we totally meet the same error, but the python version I use is 3.9, have you ever known how to deal with the promble? @YangLing0818 @trikim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants