server : adjust prompt similarity thold + add logs (#15913)

ggml-ci
This commit is contained in:
Georgi Gerganov 2025-09-12 17:02:55 +03:00 committed by GitHub
parent 304ac5693d
commit f088b6a84f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -452,7 +452,7 @@ struct common_params {
std::string slot_save_path;
float slot_prompt_similarity = 0.5f;
float slot_prompt_similarity = 0.1f;
// batched-bench params
bool is_pp_shared = false;