mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 02:37:49 +01:00
api: remove unused sampling parameters (#10581)
This commit is contained in:
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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user