Skip to content

Commit 1019e99

Browse files
committed
switch from Copy-list-initialization to Direct-list-initialization
1 parent 3ab8451 commit 1019e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ struct server_context {
18621862

18631863
llama_context_params cparams_dft;
18641864

1865-
llama_batch batch = {};
1865+
llama_batch batch {};
18661866

18671867
bool clean_kv_cache = true;
18681868
bool add_bos_token = true;

0 commit comments

Comments
 (0)