This commit is contained in:
Myhs-phz 2025-03-04 10:17:07 +00:00
parent b4e2a0692f
commit 60e3b40267

View File

@ -23,6 +23,7 @@ station_path = '/your_path'
``` ```
### Overwriting ### Overwriting
The above storage method will first determine whether the same task result already exists in the data station based on the `abbr` attribute in the model and dataset configuration before uploading data. If results already exists, cancel this storage. If you need to update these results, please add the `station-overwrite` option to the command, here is an example: The above storage method will first determine whether the same task result already exists in the data station based on the `abbr` attribute in the model and dataset configuration before uploading data. If results already exists, cancel this storage. If you need to update these results, please add the `station-overwrite` option to the command, here is an example:
```bash ```bash