Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CORE] Add MODEL_PTR to config only if plugin supports it #29530

Merged

Conversation

tkrupa-intel
Copy link
Contributor

Tickets:

@tkrupa-intel tkrupa-intel requested review from a team as code owners March 18, 2025 08:10
@github-actions github-actions bot added category: inference OpenVINO Runtime library - Inference category: GPU OpenVINO GPU plugin labels Mar 18, 2025
@ilya-lavrenov ilya-lavrenov added this to the 2025.2 milestone Mar 18, 2025
@p-durandin
Copy link
Contributor

build_jenkins

1 similar comment
@tkrupa-intel
Copy link
Contributor Author

build_jenkins

@p-durandin p-durandin added this pull request to the merge queue Mar 18, 2025
Merged via the queue into openvinotoolkit:master with commit df40180 Mar 18, 2025
189 checks passed
github-merge-queue bot pushed a commit that referenced this pull request Mar 21, 2025
### Details:
- Add `ov::hint::compiled_blob`, property with tensor hint which
contains compiled model blob
 -  Compiled blob hint can be regular or weightless model.
- For weightless model the property `WEIGHTS_PATH` is hint where find
the model's weights
- If model found in cache then weight path will read from compiled
options or from property `WEIGHTS_PATH` hint.
- If model compile fail from blob hint the fallback path will be used
(original model).

### Related PRs:
- #29175
- #29304 
- #29530 

### Tickets:
 - CVS-153070

---------

Signed-off-by: Raasz, Pawel <[email protected]>
Signed-off-by: Pawel Raasz <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GPU OpenVINO GPU plugin category: inference OpenVINO Runtime library - Inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants