Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deepspeedai/DeepSpeed
/ warning
Method
warning
op_builder/builder.py:507–509 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
505
return
valid
506
507
def
warning(self, msg):
508
self.error_log = f
"{msg}"
509
print(f
"{WARNING} {msg}"
)
510
511
def
deepspeed_src_path(self, code_path):
512
if
os.path.isabs(code_path):
Callers
15
cpu_arch
Method · 0.95
_backup_cpuinfo
Method · 0.95
simd_width
Method · 0.95
setup.py
File · 0.80
initialize
Function · 0.80
tp_model_init
Function · 0.80
__init__
Method · 0.80
__init__
Method · 0.80
warning_once
Function · 0.80
apply_zero_leaf_module_config
Function · 0.80
fetch_hostfile
Function · 0.80
auto_wrap_model_for_sp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected