MCPcopy
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
50class OOMObserver(Callback):

Callers 1

oom_observerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected