MCPcopy 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_archMethod · 0.95
_backup_cpuinfoMethod · 0.95
simd_widthMethod · 0.95
setup.pyFile · 0.80
initializeFunction · 0.80
tp_model_initFunction · 0.80
__init__Method · 0.80
__init__Method · 0.80
warning_onceFunction · 0.80
fetch_hostfileFunction · 0.80
auto_wrap_model_for_spFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected