removed trailing whitespace
This commit is contained in:
parent
c8159ead24
commit
0ae5b1aa62
1 changed files with 1 additions and 1 deletions
|
@ -9147,7 +9147,7 @@ size_t llama_set_state_data(struct llama_context * ctx, uint8_t * src) {
|
||||||
const size_t elt_size = ggml_element_size(kv_self.k);
|
const size_t elt_size = ggml_element_size(kv_self.k);
|
||||||
|
|
||||||
ggml_context * cpy_ctx = ggml_init({ 4096, NULL, /* no_alloc */ true });
|
ggml_context * cpy_ctx = ggml_init({ 4096, NULL, /* no_alloc */ true });
|
||||||
|
|
||||||
// create a temporary cgraph without initialising ggml objects, code inspired from `ggml.c:ggml_new_graph`
|
// create a temporary cgraph without initialising ggml objects, code inspired from `ggml.c:ggml_new_graph`
|
||||||
struct ggml_cgraph * gf = (struct ggml_cgraph *) (malloc(sizeof(ggml_cgraph)));
|
struct ggml_cgraph * gf = (struct ggml_cgraph *) (malloc(sizeof(ggml_cgraph)));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue