MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / llama_backend_free

Function llama_backend_free

subprojects/llama.cpp/src/llama.cpp:819–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817}
818
819void llama_backend_free(void) {
820 ggml_quantize_free();
821}
822
823int64_t llama_time_us(void) {
824 return ggml_time_us();

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

ggml_quantize_freeFunction · 0.85

Tested by 5

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68