-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
Description
Name and Version
llama-server version: 3893 (d5ac8cf)
built with Apple clang version 16.0.0 (clang-1600.0.26.3) for arm64-apple-darwin24.0.0
Operating systems
Mac
Which llama.cpp modules do you know to be affected?
llama-server
Problem description & steps to reproduce
The llama-server has a model warming step during startup which says:
llama_init_from_gpt_params: warming up the model with an empty run - please wait ... (--no-warmup to disable)
but --no-warmup is not recognized as a valid parameter: error: invalid argument: --no-warmup
Steps: run llama-server --no-warmup -m <some model> (I'm using Meta-Llama-3.1-8B-Instruct-Q6_K.gguf)
First Bad Commit
No response
Relevant log output
No response