From 28cdf4e776bc1feb3ad76ace6002492441becf0e Mon Sep 17 00:00:00 2001 From: Myhs-phz Date: Wed, 5 Mar 2025 09:30:39 +0000 Subject: [PATCH] fix --- opencompass/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencompass/cli/main.py b/opencompass/cli/main.py index 5c8748ba..08c442b5 100644 --- a/opencompass/cli/main.py +++ b/opencompass/cli/main.py @@ -67,7 +67,7 @@ def parse_args(): 'already have the results and want to evaluate them, ' 'or "viz" if you want to visualize the results,' 'or "rs" if you want to search results from your station.', - choices=['all', 'infer', 'eval', 'viz', 'rs'], + choices=['all', 'infer', 'eval', 'viz'], default='all', type=str) parser.add_argument('-r',