Skip to content

Commit

Permalink
Update src/cpp/include/openvino/genai/llm_pipeline.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Lavrenov <ilya.lavrenov@intel.com>
  • Loading branch information
slyalin and ilya-lavrenov authored Sep 25, 2024
1 parent dfc520e commit 7e098d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/include/openvino/genai/llm_pipeline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class OPENVINO_GENAI_EXPORTS LLMPipeline {
* @brief Constructs an LLMPipeline from xml/bin files, tokenizers and configuration in the same dir.
* Accepts arbitrary list of optional properties.
*
* @param model_path Path to the dir model xml/bin files, tokenizers and generation_configs.json
* @param model_path Path to the dir model xml/bin files, tokenizers and generation_config.json
* @param device optional device
* @param properties optional plugin properties, ov::genai::adapters property for LoRA adapters and
* ov::genai::scheduler_config property to create continuous batching pipeline. Properties can be
Expand Down

0 comments on commit 7e098d3

Please sign in to comment.