MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / cache_size

Method cache_size

llama_cpp/llama_cache.py:25–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

23 @property
24 @abstractmethod
25 def cache_size(self) -> int:
26 raise NotImplementedError
27
28 def _find_longest_prefix_key(
29 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected