mirror of
https://github.com/jehna/humanify.git
synced 2026-05-02 12:05:59 +03:00
[GH-ISSUE #388] Segmentation fault on M1 #73
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/humanify#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @beautyfree on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/jehna/humanify/issues/388
Maybe the reason https://github.com/withcatai/node-llama-cpp/issues/211
@beautyfree commented on GitHub (Apr 1, 2025):
tried to download same llama.cpp as used for quantilization:
but it ended with error:
@0xdevalias commented on GitHub (Apr 2, 2025):
@beautyfree I see you closed this; does that mean you resolved your issue? If so, do you mind sharing what the solution was in case others run into similar in future.
@beautyfree commented on GitHub (Apr 2, 2025):
It was deep research for me with cutting code that can throw error and I found out that the reason in webcrack library which uses isolated-vm
If you getting error like this try to prepend your cli command with
NODE_OPTIONS=--no-node-snapshot@0xdevalias commented on GitHub (Apr 12, 2025):
Linking to the relevant docs for future reference: