Initialize the llama + ggml backend Call once at the start of the program
()
| 1282 | None, |
| 1283 | ) |
| 1284 | def llama_backend_init(): |
| 1285 | """Initialize the llama + ggml backend |
| 1286 | Call once at the start of the program""" |
| 1287 | ... |
| 1288 | |
| 1289 | |
| 1290 | # // numa strategies |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…