Skip to content

Commit d991192

Browse files
committed
fix: remove duplicate --reasoning_tags CLI argument
1 parent 9da9146 commit d991192

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lmms_eval/__main__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -377,12 +377,6 @@ def parse_eval_args() -> tuple[argparse.ArgumentParser, argparse.Namespace]:
377377
action="store_true",
378378
help="Force the evaluation to use the simple mode of the models",
379379
)
380-
parser.add_argument(
381-
"--reasoning_tags",
382-
type=str,
383-
default='[["<think>", "</think>"]]',
384-
help=("Tag pairs to strip from model output before scoring. " 'JSON list of [start, end] pairs, e.g. \'[["<think>", "</think>"]]\'. ' 'Set to "none" to disable stripping.'),
385-
)
386380
parser.add_argument(
387381
"--tui",
388382
action="store_true",

0 commit comments

Comments
 (0)