Skip to content

Commit becc3c5

Browse files
committed
Add top_n_sigma to slot json
1 parent 57c4623 commit becc3c5

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
@@ -161,6 +161,7 @@ struct slot_params {
161161
{"mirostat", sampling.mirostat},
162162
{"mirostat_tau", sampling.mirostat_tau},
163163
{"mirostat_eta", sampling.mirostat_eta},
164+
{"top_n_sigma", sampling.top_n_sigma},
164165
{"stop", antiprompt},
165166
{"max_tokens", n_predict}, // User configured n_predict
166167
{"n_keep", n_keep},

0 commit comments

Comments
 (0)