make llama_load_session_file_internal static
This commit is contained in:
parent
ced65a56b0
commit
67be3fc743
1 changed files with 1 additions and 1 deletions
|
@ -3336,7 +3336,7 @@ size_t llama_set_state_data(struct llama_context * ctx, uint8_t * src) {
|
|||
return nread;
|
||||
}
|
||||
|
||||
void llama_load_session_file_internal(struct llama_context * ctx, const char * path_session, llama_token * tokens_out, size_t n_token_capacity, size_t * n_token_count_out) {
|
||||
static void llama_load_session_file_internal(struct llama_context * ctx, const char * path_session, llama_token * tokens_out, size_t n_token_capacity, size_t * n_token_count_out) {
|
||||
llama_file file(path_session, "rb");
|
||||
|
||||
// sanity checks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue