yoheinakajima / babyagi

MIT License
19.66k stars 2.57k forks source link

Illegal instruction (core dumped) #326

Open dirkjbreeuwer opened 1 year ago

dirkjbreeuwer commented 1 year ago

Hi team,

I am trying to run babyagi in an Ubuntu VM. I've installed requirements in a python virtual environment and added my open ai keys to the .env.

When I run python3 babyagi.py I get:

Illegal instruction (core dumped)

I did some research online and all I could find was talk about the TensorFlow library, but this project isn't using this library.

Any help would be appreciated.

Note, it must be something related to my VM as it works fine using one of the GitHub codespaces.

dropitlikecross commented 1 year ago

This issue typically occurs in the following situations:

13331112522 commented 11 months ago

I met the same problem in my ubuntu docker. It seems that chroma vecterdb has conflict with env, try to switch to FAISS. And loading the local llama-cpp model in my case also met the problem, maybe could try another.