| 4940 | } |
| 4941 | |
| 4942 | void free() { |
| 4943 | if (ctx0) { |
| 4944 | ggml_free(ctx0); |
| 4945 | ctx0 = nullptr; |
| 4946 | } |
| 4947 | } |
| 4948 | |
| 4949 | struct ggml_cgraph * build_llama_variants() { |
| 4950 | struct ggml_cgraph * gf = ggml_new_graph_custom(ctx0, LLAMA_MAX_NODES, false); |
no test coverage detected