feat: add support for min_p (resolve #1142) (#1825)

This commit is contained in:
Tibor Schmidt 2024-07-27 23:37:40 +02:00 committed by GitHub
parent f2a96c7d77
commit f3d7a481b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 6 additions and 0 deletions

View file

@ -336,6 +336,7 @@ curl http://localhost:11434/api/generate -d '{
"num_predict": 100,
"top_k": 20,
"top_p": 0.9,
"min_p": 0.0,
"tfs_z": 0.5,
"typical_p": 0.7,
"repeat_last_n": 33,