-
Notifications
You must be signed in to change notification settings - Fork 56
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 for certain ids in Apple M1 computers - no problem in Apple Intel computers #26
Comments
Here is another userid (i.e.,
Results for M1: (SEGMENTATION ERROR)
Results for Intel
|
Python version in general shouldn't cause this. I don't have an M1 laptop handy, but one thing you may try is to narrow down which line/function in |
How do you suggest I do this? Maybe the the numbers |
Figured out how to do it, @zijwang. It would be this block of code:
@computermacgyver You may very well be right. I think it is M1 Silicon related. |
There may be an incompatibility issue for those running M3Inference with Apple M1 computers.
I just converted to a newer Apple M1 laptop and tried running m3. For certain ids, there are no problems. However, for most ids, I get "segmentation fault" (see error Output for A below).
I tried running it in my old laptop (Apple Intel). There are no problems for all ids. It runs smoothly. Examples can be found below:
Both (A) and (B) run fine for my Apple Intel laptop:
(A)
Output for (A)
(B)
Output for (B)
But only (B) works for my Apple M1 laptop:
I get this error for (A)
But not for (B)
Is anyone else encountering the same problem? Am I doing something wrong? Is there a way to fix this?
Possibly helpful information: I used
m3inference = 1.1.5
on both laptops. The Python version for my Apple M1 is 3.9.7 while the Intel version runs 3.8.5. M1 does not support 3.8.5. It may be a version issue or not.The text was updated successfully, but these errors were encountered: