MCPcopy 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
118def 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
125def set_random_seed(seed):

Callers 1

mainFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected