Skip to content

Commit 950bccc

Browse files
authored
CVS-163914_export_models_update_help_output (#3115)
1 parent 463f63a commit 950bccc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demos/common/export_models/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ usage: export_model.py text_generation [-h]
3131
[--config_file_path CONFIG_FILE_PATH]
3232
[--overwrite_models]
3333
[--target_device TARGET_DEVICE]
34+
[--pipeline_type PIPELINE_TYPE]
3435
[--kv_cache_precision {u8}]
3536
[--enable_prefix_caching]
3637
[--disable_dynamic_split_fuse]
@@ -58,6 +59,9 @@ options:
5859
repository
5960
--target_device TARGET_DEVICE
6061
CPU or GPU, default is CPU
62+
--pipeline_type PIPELINE_TYPE
63+
Type of the pipeline to be used. Can be either
64+
CONTINUOUS_BATCHING or VISUAL_LANGUAGE_MODEL.
6165
--kv_cache_precision {u8}
6266
u8 or empty (model default). Reduced kv cache
6367
precision to u8 lowers the cache size consumption.

0 commit comments

Comments
 (0)