MCPcopy Create free account
hub / github.com/microsoft/BitNet / __init__

Method __init__

gpu/stats.py:32–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

30 """
31
32 def __init__(self):
33 self.phases = []
34 self.current = None
35
36 def end_phase(self, tokens: int, now: Optional[float] = None):
37 """Terminate the current phase."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected