Mozilla-Ocho / llamafile

Distribute and run LLMs with a single file.
https://llamafile.ai
Other
20.53k stars 1.03k forks source link

Bug: run-detectors: unable to find an interpreter for ./llava-v1.5-7b-q4.llamafile #513

Closed wgong closed 3 months ago

wgong commented 3 months ago

Contact Details

No response

What happened?

download above file to Ubuntu 22.04 machine, follow the instruction, got the error

Version

latest as of 2024-07-30

What operating system are you seeing the problem on?

Linux

Relevant log output

$ ./llava-v1.5-7b-q4.llamafile --version
run-detectors: unable to find an interpreter for ./llava-v1.5-7b-q4.llamafile
jart commented 3 months ago

You need to install the ape interpreter. See the gotchas section of the readme.

wgong commented 3 months ago

Thank you!!! it works great