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