Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPipe/OpenPipe
/ lora_model_cache_dir
Function
lora_model_cache_dir
trainer/src/shared.py:22–23 ·
view source on GitHub ↗
(model_id: str)
Source
from the content-addressed store, hash-verified
20
21
22
def
lora_model_cache_dir(model_id: str) -> str:
23
return
f
"{LORA_MODEL_CACHE_DIR}/{model_id}"
24
25
26
def
lora_s3_path(base_model: str, fine_tune_id: str) -> str:
Callers
4
generate
Function · 0.85
do_train
Function · 0.85
generate
Function · 0.85
generate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected