Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
merged_model_cache_dir(model_id: str) -> str:
19
return
f
"{MODEL_CACHE_DIR}/{model_id}"
20
21
22
def
lora_model_cache_dir(model_id: str) -> str:
Callers
3
model_benchmark.py
File · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected