MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / set_verbose

Function set_verbose

llama_cpp/_logger.py:49–50  ·  view source on GitHub ↗
(verbose: bool)

Source from the content-addressed store, hash-verified

47
48
49def set_verbose(verbose: bool):
50 logger.setLevel(logging.DEBUG if verbose else logging.ERROR)

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…