mirror of
https://github.com/ollama/ollama.git
synced 2025-05-10 18:06:33 +02:00
parent
f2a96c7d77
commit
f3d7a481b7
6 changed files with 6 additions and 0 deletions
|
@ -451,6 +451,7 @@ func TestParseFileParameters(t *testing.T) {
|
|||
"num_predict 1": {"num_predict", "1"},
|
||||
"top_k 1": {"top_k", "1"},
|
||||
"top_p 1.0": {"top_p", "1.0"},
|
||||
"min_p 0.05": {"min_p", "0.05"},
|
||||
"tfs_z 1.0": {"tfs_z", "1.0"},
|
||||
"typical_p 1.0": {"typical_p", "1.0"},
|
||||
"repeat_last_n 1": {"repeat_last_n", "1"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue