MCPcopy 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
22def lora_model_cache_dir(model_id: str) -> str:
23 return f"{LORA_MODEL_CACHE_DIR}/{model_id}"
24
25
26def lora_s3_path(base_model: str, fine_tune_id: str) -> str:

Callers 4

generateFunction · 0.85
do_trainFunction · 0.85
generateFunction · 0.85
generateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected