You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOG_WARNING("n_predict is not set and self-context extend is disabled. Limiting generated tokens to n_ctx_train to avoid EOS-less generation infinite loop", {
2265
-
{"params.n_predict", slot.params.n_predict},
2266
-
{"slot.n_predict", slot.n_predict},
2267
-
{"slot.n_decoded", slot.n_decoded},
2268
-
{"n_slots", params.n_parallel},
2269
-
{"n_ctx", n_ctx},
2270
-
{"n_ctx_train", n_ctx_train},
2271
-
{"ga_n", slot.ga_n},
2272
-
});
2273
-
slot.truncated = true;
2274
-
stop_prediction = true;
2275
-
}
2276
-
2277
-
if (!process_token(result, slot) || stop_prediction) {
0 commit comments