mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-06 06:09:04 +00:00
graph->nodes[i] => node
This commit is contained in:
parent
ce45587ea9
commit
6934d52d8a
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@ static void ggml_gallocr_alloc_graph_impl(ggml_gallocr_t galloc, struct ggml_cgr
|
|||
}
|
||||
|
||||
if (node->flags & GGML_TENSOR_FLAG_INPUT) {
|
||||
ggml_gallocr_allocate_node(galloc, graph->nodes[i], get_node_buffer_id(node_buffer_ids, i));
|
||||
ggml_gallocr_allocate_node(galloc, node, get_node_buffer_id(node_buffer_ids, i));
|
||||
}
|
||||
|
||||
for (int j = 0; j < GGML_MAX_SRC; j++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue