api: remove unused sampling parameters (#10581)

This commit is contained in:
Jeffrey Morgan 2025-05-08 08:31:08 -07:00 committed by GitHub
parent 3d9498a425
commit fa9973cd7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 3 additions and 30 deletions

View file

@ -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;
};