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

Function llama_backend_free

llama.cpp:9779–9783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9777}
9778
9779void llama_backend_free(void) {
9780#ifdef GGML_USE_MPI
9781 ggml_mpi_backend_free();
9782#endif
9783}
9784
9785int64_t llama_time_us(void) {
9786 return ggml_time_us();

Callers 15

mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
llava_freeFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls 1

ggml_mpi_backend_freeFunction · 0.85

Tested by 5

mainFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40
mainFunction · 0.40