Skip to content

Conversation

praasz
Copy link
Contributor

@praasz praasz commented Sep 1, 2025

Details:

  • Use model attributes to bind model blob_id with model path and custom transformation pipeline by ID modifier
  • The GenAI for e.g. LLM pipeline should set model attributes to:
 model.get_rt_info()["__model_path"] = std::filesystem::path("model_path");
 model.get_rt_info()["__model_id_modifier"] = "Custom modifier for transformation pipeline";

Tickets:

- temporary use attributes to bind model with original path

Signed-off-by: Raasz, Pawel <[email protected]>
@github-actions github-actions bot added category: inference OpenVINO Runtime library - Inference category: Core OpenVINO Core (aka ngraph) labels Sep 1, 2025
@praasz praasz requested a review from Wovchena September 1, 2025 11:32
@github-actions github-actions bot added category: transformations OpenVINO Runtime library - Transformations category: CPP API OpenVINO CPP API bindings labels Sep 11, 2025
Signed-off-by: Raasz, Pawel <[email protected]>
Signed-off-by: Raasz, Pawel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Core OpenVINO Core (aka ngraph) category: CPP API OpenVINO CPP API bindings category: inference OpenVINO Runtime library - Inference category: transformations OpenVINO Runtime library - Transformations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant