".github/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "5e254127cd8d0497fc7e76f749391f2df14a611f"
Unverified Commit 6df124d4 authored by cdpath's avatar cdpath Committed by GitHub
Browse files

[Docs] update descriptions for tools (#270)

parent fda42fd5
...@@ -13,7 +13,7 @@ from opencompass.utils import build_dataset_from_cfg, get_infer_output_path ...@@ -13,7 +13,7 @@ from opencompass.utils import build_dataset_from_cfg, get_infer_output_path
def parse_args(): def parse_args():
parser = argparse.ArgumentParser(description='Run an evaluation task') parser = argparse.ArgumentParser(description='Run case analyzer')
parser.add_argument('config', help='Train config file path') parser.add_argument('config', help='Train config file path')
parser.add_argument( parser.add_argument(
'-f', '-f',
......
...@@ -10,7 +10,8 @@ from opencompass.utils import build_dataset_from_cfg, get_infer_output_path ...@@ -10,7 +10,8 @@ from opencompass.utils import build_dataset_from_cfg, get_infer_output_path
def parse_args(): def parse_args():
parser = argparse.ArgumentParser(description='Run an evaluation task') parser = argparse.ArgumentParser(
description='Merge patitioned predictions')
parser.add_argument('config', help='Train config file path') parser.add_argument('config', help='Train config file path')
parser.add_argument('-w', parser.add_argument('-w',
'--work-dir', '--work-dir',
......
...@@ -13,7 +13,8 @@ from opencompass.utils import (Menu, build_dataset_from_cfg, ...@@ -13,7 +13,8 @@ from opencompass.utils import (Menu, build_dataset_from_cfg,
def parse_args(): def parse_args():
parser = argparse.ArgumentParser(description='Run an evaluation task') parser = argparse.ArgumentParser(
description='View generated prompts based on datasets (and models)')
parser.add_argument('config', help='Train config file path') parser.add_argument('config', help='Train config file path')
parser.add_argument('-n', '--non-interactive', action='store_true') parser.add_argument('-n', '--non-interactive', action='store_true')
parser.add_argument('-a', '--all', action='store_true') parser.add_argument('-a', '--all', action='store_true')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment