Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1587
def
_red(msg: str) -> str:
1588
return
f
"\033[91m{msg}\033[0m"
if
_HAS_COLOR
else
msg
1589
1590
1591
def
_dim(msg: str) -> str:
Callers
3
_ensure_rocm_torch
Function · 0.85
pip_install
Function · 0.85
install_python_stack
Function · 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…