MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / commit

Method commit

KVCOMM/llm/kvcomm_engine.py:666–672  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

664 self.global_anchor_info = _ScopedDict(global_anchor_info_dict)
665
666 def commit(self) -> None:
667 self.anchor_dict.commit()
668 self.anchor_len_dict.commit()
669 self.anchor_info_dict.commit()
670 self.weight_dict.commit()
671 self.anchors.commit()
672 self.global_anchor_info.commit()
673
674
675class KVCOMMEngine:

Callers

nothing calls this directly

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected