-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
armv7l crashes, out of box Illegal instruction, with tweaking Killed #470
Comments
The The small and tiny model worked fine once the fpu was switched to plain neon.
(albeit slowly). |
@ggerganov I posted a comment on change 1673245#r99400156 - have you had any success with 32-bit ARM with the out-of box Makefile? I can make a PR but want to make sure I'm not destabilizing for other people (or missing something). |
There might be issues on 32-bit platforms - need to see if there are some 64-bit assumptions in |
Posted #486 that works for me :-) |
* issue #470 - working 32-bit ARM * Update Makefile * Update Makefile --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* issue ggerganov#470 - working 32-bit ARM * Update Makefile * Update Makefile --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* issue ggerganov#470 - working 32-bit ARM * Update Makefile * Update Makefile --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* issue ggerganov#470 - working 32-bit ARM * Update Makefile * Update Makefile --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* issue ggerganov#470 - working 32-bit ARM * Update Makefile * Update Makefile --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
* issue ggerganov#470 - working 32-bit ARM * Update Makefile * Update Makefile --------- Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
I have a 32-bit arm7 CPU on an Odroid-XU4 with Armbian 21.08.6 Focal with Linux 5.4.160-odroidxu4
Out of box make crashes:
Looking at the makefile, looks like it's using the wrong FPU lib for floating point math.
whisper.cpp/Makefile
Line 149 in ab1916f
Introduced in 1673245 via #23
Tweaked which but then crashes out with Killed instead:
platform info:
I've tried without a
mfpu
flag but compilation fails:I'm in the process of trying a list, posting in case anyone else hits this (and/or has ideas).
The text was updated successfully, but these errors were encountered: