Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mosaicml/composer
/ list_filenames
Method
list_filenames
composer/callbacks/oom_observer.py:46–47 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
44
)
45
46
def
list_filenames(self) -> list[str]:
47
return
[getattr(self, field.name)
for
field in dataclasses.fields(self)]
48
49
50
class
OOMObserver(Callback):
Callers
1
oom_observer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected