Skip to content

Commit 090c4e3

Browse files
committed
Add top_n_sigma to slot json
1 parent c28a5c1 commit 090c4e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ struct slot_params {
160160
{"mirostat", sampling.mirostat},
161161
{"mirostat_tau", sampling.mirostat_tau},
162162
{"mirostat_eta", sampling.mirostat_eta},
163+
{"top_n_sigma", sampling.top_n_sigma},
163164
{"stop", antiprompt},
164165
{"max_tokens", n_predict}, // User configured n_predict
165166
{"n_keep", n_keep},

0 commit comments

Comments
 (0)