Skip to content

Commit be8af7a

Browse files
committed
pr clean up
1 parent 67e98f8 commit be8af7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ struct server_slot {
219219
if (params.n_predict == -1 && global_params.n_predict == -1) {
220220
return true; // limitless
221221
}
222+
222223
n_remaining = -1;
223224

224225
if (params.n_predict != -1) {
@@ -1813,7 +1814,6 @@ struct server_context {
18131814
continue;
18141815
}
18151816

1816-
18171817
// Shift context
18181818
const int n_keep = slot.params.n_keep + add_bos_token;
18191819
const int n_left = slot.n_past - n_keep;

0 commit comments

Comments
 (0)