Skip to content

Commit 0ed9a13

Browse files
committed
fix typos
1 parent f58216d commit 0ed9a13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llm_bench/python/benchmark.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -704,8 +704,8 @@ def get_argprser():
704704
parser.add_argument('-od', '--output_dir', help='Save the input text and generated text, images to files')
705705
llm_bench_utils.model_utils.add_stateful_model_arguments(parser)
706706
parser.add_argument("--genai", action="store_true", help="Use OpenVINO GenAI optimized pipelines for benchmarking")
707-
parser.add_argument("--use_cb", action="store_true", help="Use Continious Batching inference mode")
708-
parser.add_argument("--cb_config", required=False, default=None, help="Path to file with Continious batching settings")
707+
parser.add_argument("--use_cb", action="store_true", help="Use Continuous Batching inference mode")
708+
parser.add_argument("--cb_config", required=False, default=None, help="Path to file with Continuous Batching Scheduler settings")
709709
parser.add_argument(
710710
'--end_token_stopping',
711711
action='store_true',

0 commit comments

Comments
 (0)