Set callback for all future logging events. If this is not called, or NULL is supplied, everything is output on stderr.
(
log_callback: Optional[CtypesFuncPointer],
user_data: ctypes.c_void_p,
/,
)
| 4844 | None, |
| 4845 | ) |
| 4846 | def llama_log_set( |
| 4847 | log_callback: Optional[CtypesFuncPointer], |
| 4848 | user_data: ctypes.c_void_p, |
| 4849 | /, |
| 4850 | ): |
| 4851 | """Set callback for all future logging events. |
| 4852 | |
| 4853 | If this is not called, or NULL is supplied, everything is output on stderr.""" |
| 4854 | ... |
| 4855 | |
| 4856 | |
| 4857 | # // |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…