diff --git a/docs/en/advanced_guides/persistence.md b/docs/en/advanced_guides/persistence.md index 5ddca85a..e3a6bcd1 100644 --- a/docs/en/advanced_guides/persistence.md +++ b/docs/en/advanced_guides/persistence.md @@ -1,4 +1,4 @@ -# Use public data stations to share and persist evaluation results +# Evaluation Results Persistence ## Introduction @@ -39,7 +39,9 @@ opencompass ... -sp '/your_path' --read-from-station ``` ### Command Combination + 1. Only upload the results under your latest working directory to the data station, without supplementing tasks that missing results: + ```bash opencompass ... -sp '/your_path' -r latest -m viz ``` diff --git a/docs/zh_cn/advanced_guides/persistence.md b/docs/zh_cn/advanced_guides/persistence.md index 1e88a00e..85fef0a3 100644 --- a/docs/zh_cn/advanced_guides/persistence.md +++ b/docs/zh_cn/advanced_guides/persistence.md @@ -1,4 +1,4 @@ -# 使用公共数据站来进行评测结果共享与持久化 +# 评测结果持久化 ## 介绍 @@ -39,7 +39,9 @@ opencompass ... -sp '/your_path' --read-from-station ``` ### 指令组合 + 1. 仅向数据站上传最新工作目录下结果,不补充运行缺失结果的任务: + ```bash opencompass ... -sp '/your_path' -r latest -m viz ```