Options don't work with --server and template isn't being loaded #874
|
Hi, i'm trying to build a Qwen3-4B-instruct.llamafile with the llamafile v0.9.3. I accomplished my objective of building my llamafile, but when i try to use the --serve with options as --min-p, --top-p, etc. i catch the following error:
Another point that I observed is that when I start my Llamafile without that option, just with the mode
import_cuda_impl: initializing gpu module... llama server listening at http://172.21.0.1:8080 opening browser tab... (pass --nobrowser to disable) Hope that someone will bring light to my problem, thank you very much!! |
Replies: 1 comment 21 replies
|
Hi @gabrieltotene and many thanks for sharing this! |

Hi @gabrieltotene and many thanks for sharing this!
We are currently focusing on a new version (0.10.0) which has major changes and I think might automagically address your issues, would you mind checking out if the problem persists with that version?
Given it is being massively refactored, I am working on a separate branch. If you want to try and build it I'd suggest you to check the
README_0.10.0.mdfile for a quick walkthrough, otherwise lmk and I am happy to provide you an up-to-date binary build (I just uploaded one here but it is changing quickly these days) so you can test building your custom llamafile with it