mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 18:09:42 +00:00
fixed rwkv, standardized new ctx usage
This commit is contained in:
parent
2827920044
commit
523fc3be52
8 changed files with 27 additions and 8 deletions
|
@ -707,7 +707,7 @@ bool gpt2_eval(
|
|||
|
||||
// run the computation
|
||||
ggml_build_forward_expand(&gf, inpL);
|
||||
ggml_graph_compute_with_ctx(ctx0, &gf, n_threads);
|
||||
kcpp_graph_compute_helper(&gf, n_threads);
|
||||
|
||||
//if (n_past%100 == 0) {
|
||||
// ggml_graph_print (&gf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue