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
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(
'-f',
......
......@@ -10,7 +10,8 @@ from opencompass.utils import build_dataset_from_cfg, get_infer_output_path
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('-w',
'--work-dir',
......
......@@ -13,7 +13,8 @@ from opencompass.utils import (Menu, build_dataset_from_cfg,
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('-n', '--non-interactive', 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