MCPcopy Index your code
hub / github.com/kvcache-ai/ktransformers / cache_dir

Method cache_dir

kt-kernel/python/cli/config/settings.py:285–287  ·  view source on GitHub ↗

Get the cache directory path.

(self)

Source from the content-addressed store, hash-verified

283
284 @property
285 def cache_dir(self) -> Path:
286 """Get the cache directory path."""
287 return Path(self.get("paths.cache", DEFAULT_CACHE_DIR))
288
289 @property
290 def weights_dir(self) -> Optional[Path]:

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected