Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSparseLLMs/MoM
/ state
Method
state
training/flame/logging.py:110–114 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
108
f.write(json.dumps(logs) +
"\n"
)
109
110
def
state(self) -> dict:
111
return
{
112
'start_time'
: self.start_time,
113
'elapsed_time'
: self.elapsed_time
114
}
115
116
@classmethod
117
def
from_state(cls, state):
Callers
1
on_log
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected