MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / merged_model_cache_dir

Function merged_model_cache_dir

trainer/src/shared.py:18–19  ·  view source on GitHub ↗
(model_id: str)

Source from the content-addressed store, hash-verified

16
17
18def merged_model_cache_dir(model_id: str) -> str:
19 return f"{MODEL_CACHE_DIR}/{model_id}"
20
21
22def lora_model_cache_dir(model_id: str) -> str:

Callers 3

model_benchmark.pyFile · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected