from local

This commit is contained in:
dohe0342 2023-01-08 18:54:21 +09:00
parent e302ab01db
commit af29137b5b
2 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ def add_model_arguments(parser: argparse.ArgumentParser):
help="How many left context can be seen in chunks when calculating attention.",
)
parser.add_argument(
"--group-size",
"--group-num",
type=int,
default=12,
)