mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 17:44:38 +00:00
parent
2adf8d83ac
commit
9fb1042ce6
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue