mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
api: remove unused sampling parameters (#10581)
This commit is contained in:
parent
3d9498a425
commit
fa9973cd7f
9 changed files with 3 additions and 30 deletions
3
llama/sampling_ext.h
vendored
3
llama/sampling_ext.h
vendored
|
@ -20,9 +20,6 @@ extern "C"
|
|||
float penalty_repeat;
|
||||
float penalty_freq;
|
||||
float penalty_present;
|
||||
int32_t mirostat;
|
||||
float mirostat_tau;
|
||||
float mirostat_eta;
|
||||
uint32_t seed;
|
||||
char *grammar;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue