MCPcopy Create free account
hub / github.com/EverMind-AI/MSA / __init__

Method __init__

src/utils/cache.py:140–141  ·  view source on GitHub ↗
(self, _distributed_cache_data=None)

Source from the content-addressed store, hash-verified

138
139class CustomDynamicCacheOnCPU(CustomDynamicCache):
140 def __init__(self, _distributed_cache_data=None):
141 super().__init__(_distributed_cache_data)
142
143 def record_kwargs(self, layer_idx, kwargs):
144 d = {}

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected