When using llama-server, does sampling parameters from incoming request overrides the ones we set while starting the server? #11394
Closed
enesaltinkaya
started this conversation in
General
Replies: 2 comments
-
The request's one.
No, this is not supported atm. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Alright. Thanks a lot for your hard work! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If i start the server with
llama-server -m model.gguf -temp 0.5
and the incoming http request has
{"temperature":1.0}
which one will be used?
And can i force it to use only command line parameters and ignore http request parameters?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions