model_download
Download weights of a trained Ultralytics model to a specified local path.
Instructions
Download one trained model weight file to an explicit local path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model id, or slug when project is also provided. | |
| project | No | ||
| filename | No | ||
| overwrite | No | ||
| output_path | Yes | Local destination path for downloaded model weights. |