Brian
Brian
Did a comparison between my .args vs a different llamafile. I noticed I forgot `...` When I tried the above similar command to `mixtral-8x7b-instruct-v0.1.Q5_K_M.llamafile` it works. And this is it's...
Hmmm... looks like it's an explicit behavior of LoadZipArgs() to ignore any `.args` setting if within that file `...` is missing if user specified CLI arguments is provided. In my...
Okay, I've given the idea a shot of making `...` optional in `.args`. But it feels awefullly hackish... https://github.com/Mozilla-Ocho/llamafile/pull/204 I wonder if this could be done instead by getting cosmopolitan...
After some discussion with Justine, will move this fix upstream to cosmopolitan https://github.com/jart/cosmopolitan/pull/1086
Changes now in cosmopolitan https://github.com/jart/cosmopolitan/pull/1086#event-11492979262 and will eventually be integrated into llamafile on the next toolchain revision. This issue ticket should be considered solved and closed when that happen.
Okay was testing if this is solved by adjusting my build script in https://huggingface.co/mofosyne/TinyLLama-v0-5M-F16-llamafile/blob/main/llamafile-creation.sh so that the .arg is now ```bash cat >.args
Just noticed your post, well here is my thoughts https://github.com/Bitmessage/PyBitmessage/issues/823#issuecomment-156712777 Which in summary, is suggesting a federated approach to moderation. (and some community self moderation)
Confirmed working. Just remember when cloning the repo to also run `git submodule update --init --recursive`, instructions forgot to mention that. As for locating your local gcc cmake Qt6 instance...
Expanding on PenelopFudd's process of locating libjpeg.so.8 and copying it over, while making sure it's actually a ELF64 bit file. ```bash #!/bin/bash ## Find LibJpeg ## # Set the expected...
@cat-state hows this ticket, have your question been solved?