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

Function check_python

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

Source from the content-addressed store, hash-verified

68
69
70def check_python():
71 print("----------Python Info----------")
72 print("Version :", platform.python_version())
73 print("Compiler :", platform.python_compiler())
74 print("Build :", platform.python_build())
75 print("Arch :", platform.architecture())
76
77
78def check_pip():

Callers 1

diagnose.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected