mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-04-04 22:35:40 +02:00
parent
2adf8d83ac
commit
9fb1042ce6
@ -428,6 +428,8 @@ void llm_graph_result::reset() {
|
||||
t_embd = nullptr;
|
||||
t_embd_pooled = nullptr;
|
||||
|
||||
params = {};
|
||||
|
||||
inputs.clear();
|
||||
|
||||
buf_compute_meta.resize(ggml_tensor_overhead()*max_nodes + ggml_graph_overhead_custom(max_nodes, false));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user