Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csuhan/OneLLM
/ update
Method
update
util/misc.py:52–55 ·
view source on GitHub ↗
(self, value, n=1)
Source
from the content-addressed store, hash-verified
50
self.fmt = fmt
51
52
def
update(self, value, n=1):
53
self.deque.append(value)
54
self.count += n
55
self.total += value * n
56
57
def
synchronize_between_processes(self):
58
""
"
Callers
1
log_every
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected