Skip to content

Commit 463f2f4

Browse files
committed
llama : fix return value of llama_load_session_file_internal (ggml-org#2022)
1 parent cb44dbc commit 463f2f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llama.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -3269,6 +3269,8 @@ static bool llama_load_session_file_internal(struct llama_context * ctx, const c
32693269

32703270
llama_set_state_data(ctx, state_data.data());
32713271
}
3272+
3273+
return true;
32723274
}
32733275

32743276
bool llama_load_session_file(struct llama_context * ctx, const char * path_session, llama_token * tokens_out, size_t n_token_capacity, size_t * n_token_count_out) {

0 commit comments

Comments
 (0)