MCPcopy
hub / github.com/kvcache-ai/ktransformers / print_error

Function print_error

kt-kernel/python/cli/utils/console.py:59–61  ·  view source on GitHub ↗

Print an error message.

(message: str, **kwargs)

Source from the content-addressed store, hash-verified

57
58
59def print_error(message: str, **kwargs) -> None:
60 """Print an error message."""
61 console.print(f"[error]✗[/error] {message}", **kwargs)
62
63
64def print_step(message: str, **kwargs) -> None:

Callers 15

test_configFunction · 0.90
find_max_gpu_expertsFunction · 0.90
run_tunaFunction · 0.90
showFunction · 0.90
get_configFunction · 0.90
_run_implFunction · 0.90
quantFunction · 0.90
chatFunction · 0.90
downloadFunction · 0.90
link_cpuFunction · 0.90

Calls 1

printMethod · 0.45

Tested by 1

test_configFunction · 0.72