diff --git a/docs/en/advanced_guides/persistence.md b/docs/en/advanced_guides/persistence.md index c800c613..9c0c2239 100644 --- a/docs/en/advanced_guides/persistence.md +++ b/docs/en/advanced_guides/persistence.md @@ -23,6 +23,7 @@ station_path = '/your_path' ``` ### 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: ```bash