MCPcopy Create free account
hub / github.com/Pints-AI/1.5-Pints / reset_cache

Method reset_cache

lit_gpt/adapter.py:50–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 self.adapter_kv_caches: List[KVCache] = []
49
50 def reset_cache(self) -> None:
51 super().reset_cache()
52 self.adapter_kv_caches.clear()
53
54 def forward(
55 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected