models:pull
rai models:pull [OPTIONS]Pull remote model changes into the local shared model file.
Options
| Option | Type | Description |
|---|---|---|
--path | file | Path to the model file. The shared model is written to shared_model.py in the same directory. |
--name | text | Name of the model to pull. |
--force | Boolean | Overwrite shared_model.py even if it has been edited locally since the last pull. The existing file is backed up to a timestamped shared_model.py.TIMESTAMP.bak. Default: False. |
--from-parent | Boolean | Static branches only: reconcile the parent’s latest changes into this branch (a static branch otherwise keeps its parent frozen). Default: False. |