mirror of
https://github.com/ollama/ollama.git
synced 2026-03-09 07:16:38 -05:00
runner: add token history sampling parameters to ollama runner (#14537)
This commit is contained in:
@@ -1077,7 +1077,7 @@ func DefaultOptions() Options {
|
||||
TopP: 0.9,
|
||||
TypicalP: 1.0,
|
||||
RepeatLastN: 64,
|
||||
RepeatPenalty: 1.1,
|
||||
RepeatPenalty: 1.0,
|
||||
PresencePenalty: 0.0,
|
||||
FrequencyPenalty: 0.0,
|
||||
Seed: -1,
|
||||
|
||||
Reference in New Issue
Block a user