MCPcopy Create free account
hub / github.com/csuhan/OneLLM / __init__

Method __init__

util/misc.py:102–104  ·  view source on GitHub ↗
(self, delimiter="\t")

Source from the content-addressed store, hash-verified

100
101class MetricLogger(object):
102 def __init__(self, delimiter="\t"):
103 self.meters = defaultdict(SmoothedValue)
104 self.delimiter = delimiter
105
106 def update(self, **kwargs):
107 for k, v in kwargs.items():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected