fix comment

This commit is contained in:
xaedes 2023-04-21 17:49:52 +02:00
parent 1c51e1f324
commit 456aedc461
No known key found for this signature in database
GPG key ID: 30030EDD817EA2B1

View file

@ -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];