mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-07-27 11:43:35 -04:00
@ -428,6 +428,8 @@ void llm_graph_result::reset() {
|
|||||||
t_embd = nullptr;
|
t_embd = nullptr;
|
||||||
t_embd_pooled = nullptr;
|
t_embd_pooled = nullptr;
|
||||||
|
|
||||||
|
params = {};
|
||||||
|
|
||||||
inputs.clear();
|
inputs.clear();
|
||||||
|
|
||||||
buf_compute_meta.resize(ggml_tensor_overhead()*max_nodes + ggml_graph_overhead_custom(max_nodes, false));
|
buf_compute_meta.resize(ggml_tensor_overhead()*max_nodes + ggml_graph_overhead_custom(max_nodes, false));
|
||||||
|
Reference in New Issue
Block a user