Skip to content

Commit

Permalink
Fixed bug with help in arg_pars in convert.py. (openvinotoolkit#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyanufr authored Mar 21, 2024
1 parent 18382fe commit 3d1e82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llm_bench/python/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -1386,9 +1386,9 @@ def main():
compression_group.add_argument(
"--dataset",
help=(
"Dataset parameters for data-aware compression in format path,name,split,item_name ",
"(for example \"wikitext,wikitext-2-v1,train[:1000],text\") ",
"path,name,split - parameters for load_dataset from datasets ",
"Dataset parameters for data-aware compression in format path,name,split,item_name "
"(for example \"wikitext,wikitext-2-v1,train[:1000],text\") "
"path,name,split - parameters for load_dataset from datasets "
"and item_name is field name in dataset with text."
),
default=None,
Expand Down

0 comments on commit 3d1e82b

Please sign in to comment.