MCPcopy Create free account
hub / github.com/InternLM/InternBootcamp / check_os

Function check_os

verl/scripts/diagnose.py:126–132  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124
125
126def check_os():
127 print("----------Platform Info----------")
128 print("Platform :", platform.platform())
129 print("system :", platform.system())
130 print("node :", platform.node())
131 print("release :", platform.release())
132 print("version :", platform.version())
133
134
135def check_hardware():

Callers 1

diagnose.pyFile · 0.85

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected