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

GPT4All python binding on Intel Mac is easy to fix #3187

Open
MarcusUppmax opened this issue Nov 14, 2024 · 0 comments
Open

GPT4All python binding on Intel Mac is easy to fix #3187

MarcusUppmax opened this issue Nov 14, 2024 · 0 comments
Labels
bindings gpt4all-binding issues bug-unconfirmed

Comments

@MarcusUppmax
Copy link

Bug Report

The python module says that running GPT4All on an Apple Silicon mac through Rosetta isn't supported. I was trying to run it on my Intel mac, and was running into a crash when importing the module on line 30-something of _pyllmodel.py. Since I wasn't using Rosetta, and that line was just supposed to detect it (I think?), I commented it out and everything now works great. I didn't make a PR because I'm not at all sure what you're even doing with that code.

Steps to Reproduce

  1. Have a MacBook Pro from 2018
  2. pip install gpt4all
  3. in python, import gpt4all

Expected Behavior

I expect gpt4all to be loaded.

Your Environment

  • Bindings version (e.g. "Version" from pip show gpt4all): 2.8.2
  • Operating System: MacOS 12.something and MacOS 15.1
@MarcusUppmax MarcusUppmax added bindings gpt4all-binding issues bug-unconfirmed labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bindings gpt4all-binding issues bug-unconfirmed
Projects
None yet
Development

No branches or pull requests

1 participant