-
Notifications
You must be signed in to change notification settings - Fork 1k
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
run-detectors: unable to find an interpreter for ./llava-v1.5-7b-q4-server.llamafile #47
Comments
On some Linux systems, you might get errors relating to run-detectors or WINE. This is due to binfmt_misc registrations. You can fix that by adding an additional registration for the APE file format llamafile uses:
See also the Gotchas section of the README. You should be good to go now. Enjoy llamafile! If you like it or have any other feedback later, then we're happy to hear about it. |
Many thanks for the detailed response @jart that worked (I seemed to have to also run Regarding feedback, this is amazing!! I love the concept of being able to run an entire LLM from a single file, and it works really well (I'm very impressed with it's ability to understand/debug code!) Regarding other feedback, a feature I would love but not sure how feasible it is speech input. (Looks like this might also be of interest to others, e.g. #17). Many thanks again for your help, work, and an amazing lib :) |
That's so nice to hear. Feedback like that is what I live for. As for speech input, what I want you to do is leave a comment in #17 saying you want it. That'll subscribe you for updates on any progress. It also helps us plan which things to focus on. The same applies to any other issue that interests you, and other folks reading this are encouraged to do the same. |
How to make these #47 (comment) commands long-lasting, and not required to be applied again after rebooting? |
Hi there,
I've followed the QuickStart, but unfortunately when I get to step 4 I get the following error:
$ ./llava-v1.5-7b-q4-server.llamafile run-detectors: unable to find an interpreter for ./llava-v1.5-7b-q4-server.llamafile
Not sure if I'm missing something? Many thanks for any help (and this amazing lib!)
The text was updated successfully, but these errors were encountered: