From f0f78345f26f16ecd312f8bc687e8cb873373f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Wed, 11 Oct 2023 15:03:01 +0300 Subject: [PATCH] Use temperature = 0.1 by default --- examples/llava/llava.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/llava/llava.cpp b/examples/llava/llava.cpp index 4a915a6b8..213546a3e 100644 --- a/examples/llava/llava.cpp +++ b/examples/llava/llava.cpp @@ -30,6 +30,8 @@ int main(int argc, char ** argv) { params.prompt = "describe the image in detail."; } + params.temp = 0.1; + auto ctx_clip = clip_model_load(clip_path, /*verbosity=*/ 1); // load and preprocess the image