Skip to content

Commit

Permalink
Update src/cpp/src/llm_pipeline_static.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Ilya Lavrenov <[email protected]>
  • Loading branch information
TolyaTalamanov and ilya-lavrenov authored Jan 4, 2025
1 parent ac5d32b commit df988be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp/src/llm_pipeline_static.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ StatefulLLMPipeline::StatefulLLMPipeline(
) : LLMPipelineImplBase(tokenizer,
utils::from_config_json_if_exists(models_path)) {

auto model = genai::utils::singleton_core().read_model((models_path / "openvino_model.xml").string());
auto model = genai::utils::singleton_core().read_model(models_path / "openvino_model.xml", {}, config);
ModelConfigDesc model_desc = get_modeldesc_from_json(models_path / "config.json");
ov::AnyMap properties = config;

Expand Down

0 comments on commit df988be

Please sign in to comment.