fix comment
This commit is contained in:
parent
1c51e1f324
commit
456aedc461
1 changed files with 1 additions and 1 deletions
|
@ -2318,7 +2318,7 @@ size_t llama_copy_state_data(struct llama_context * ctx, uint8_t * dest) {
|
|||
return written;
|
||||
}
|
||||
|
||||
// Copies the state to the specified destination address
|
||||
// Sets the state reading from the specified source address
|
||||
size_t llama_set_state_data(struct llama_context * ctx, const uint8_t * src) {
|
||||
size_t rng_size;
|
||||
char rng_buf[64*1024];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue