Clear the memory contents If data == true, the data buffers will also be cleared together with the metadata
(mem: llama_memory_t, data: bool, /)
| 2276 | None, |
| 2277 | ) |
| 2278 | def llama_memory_clear(mem: llama_memory_t, data: bool, /): |
| 2279 | """Clear the memory contents |
| 2280 | If data == true, the data buffers will also be cleared together with the metadata""" |
| 2281 | ... |
| 2282 | |
| 2283 | |
| 2284 | # // Removes all tokens that belong to the specified sequence and have positions in [p0, p1) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…