Skip to content

Commit

Permalink
Flag correction
Browse files Browse the repository at this point in the history
  • Loading branch information
metric-space committed Oct 6, 2023
1 parent 107b9ca commit f8d824e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dalm/eval/eval_retriever_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def parse_args() -> Namespace:
help="Whether the model is autoregressive or not",
)
parser.add_argument(
"extract_eos_only",
"--extract_eos_only",
action="store_true",
help="Whether to extract only the last token of the sequence",
)
Expand Down

0 comments on commit f8d824e

Please sign in to comment.