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

Function lora_s3_path

trainer/src/shared.py:26–27  ·  view source on GitHub ↗
(base_model: str, fine_tune_id: str)

Source from the content-addressed store, hash-verified

24
25
26def lora_s3_path(base_model: str, fine_tune_id: str) -> str:
27 return f"models/{base_model}:{fine_tune_id}:1"
28
29
30def upload_file(client, local_path, bucket, s3_path):

Callers 2

do_trainFunction · 0.85
do_export_weightsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected