You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Have a MacBook Pro from 2018
pip install gpt4all
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
The text was updated successfully, but these errors were encountered:
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
Expected Behavior
I expect gpt4all to be loaded.
Your Environment
pip show gpt4all
): 2.8.2The text was updated successfully, but these errors were encountered: