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

Function check_environment

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

Source from the content-addressed store, hash-verified

168
169
170def check_environment():
171 print("----------Environment----------")
172 for k, v in os.environ.items():
173 if k.startswith("VERL_") or k.startswith("OMP_") or k.startswith("KMP_") or k == "CC" or k == "CXX":
174 print('{}="{}"'.format(k, v))
175
176
177def check_pip_package_versions():

Callers 1

diagnose.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected