Use temperature = 0.1 by default
This commit is contained in:
parent
0409ae00b6
commit
f0f78345f2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue