File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ struct slot_params {
102
102
bool stream = true ;
103
103
bool cache_prompt = false ; // remember the prompt to avoid reprocessing all prompt
104
104
105
- uint32_t seed = -1 ; // RNG seed
106
105
int32_t n_keep = 0 ; // number of tokens to keep from initial prompt
107
106
int32_t n_discard = 0 ; // number of tokens after n_keep that may be discarded when shifting context, 0 defaults to half
108
107
int32_t n_predict = -1 ; // new tokens to predict
@@ -1264,7 +1263,7 @@ struct server_context {
1264
1263
{" n_ctx" , slot.n_ctx },
1265
1264
{" n_predict" , slot.n_predict },
1266
1265
{" model" , params.model_alias },
1267
- {" seed" , slot.params .seed },
1266
+ {" seed" , slot.sparams .seed },
1268
1267
{" temperature" , slot.sparams .temp },
1269
1268
{" dynatemp_range" , slot.sparams .dynatemp_range },
1270
1269
{" dynatemp_exponent" , slot.sparams .dynatemp_exponent },
You can’t perform that action at this time.
0 commit comments