Justine Tunney
Justine Tunney
Conversion works now. Although it's a little weird the filename that it chooses. 
Nice!
Could you download `llamafile-0.6.2` from here https://github.com/Mozilla-Ocho/llamafile/releases/tag/0.6.2 then rename it to `llamafile-0.6.2.exe` and then try running either: ``` .\llamafile-0.6.2.exe -m mixtral-8x7b-instruct-v0.1.Q3_K_M.gguf ``` Or: ``` .\llamafile-0.6.2.exe -m mixtral-8x7b-instruct-v0.1.Q3_K_M.llamafile ``` Both should...
Closing due to inactivity.
Could you try configuring your systemd service to define the $HOME environment variable, and have that be wherever you want your systemwide install to store its `$HOME/.llamafile` app files?
Glad that worked out. Please note that if you're running it as root, llamafile will normally protect because it places itself inside a SECCOMP sandbox. For that reason, all the...
When you use MIT/ISC/BSD/etc. code in your website, you should make sure your JS/CSS/HTML minifier doesn't strip away the copyright notice. For example, the Closure Compiler has a `@license` JSDoc...
What is aka.ms?
POSIX defines stdout as buffered. You need to use fflush() if you want to print a prompt to your terminal before reading.
I hope there's a workaround for the system call pinning thing in 7.5. As for the /bin/sh change (you are using /bin/sh right?) in 7.6 we're going to need to...