MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / free

Method free

llama.cpp:4942–4947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 2

llama_build_graphFunction · 0.45
ggml_backend_freeFunction · 0.45

Calls 1

ggml_freeFunction · 0.70

Tested by

no test coverage detected