MCPcopy Create free account
hub / github.com/unslothai/unsloth / _red

Function _red

studio/install_python_stack.py:1587–1588  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

1585
1586
1587def _red(msg: str) -> str:
1588 return f"\033[91m{msg}\033[0m" if _HAS_COLOR else msg
1589
1590
1591def _dim(msg: str) -> str:

Callers 3

_ensure_rocm_torchFunction · 0.85
pip_installFunction · 0.85
install_python_stackFunction · 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…