Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/InternLM/InternLM
/ launch_time
Function
launch_time
internlm/utils/common.py:118–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
117
118
def
launch_time():
119
global CURRENT_TIME
120
if
not CURRENT_TIME:
121
CURRENT_TIME = datetime.now().strftime(
"%b%d_%H-%M-%S"
)
122
return
CURRENT_TIME
123
124
125
def
set_random_seed(seed):
Callers
1
main
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected