Commit 71c9269
Fix compile error for Tensor::data() (#3009)
## Description
- Fix compilation issuesr with updated ov::Tensor::data() member. for OV
26.0 to fix build issues.
- No test update, functionality not changed.
- No docs update required.
Blocked PR:
- openvinotoolkit/openvino#32569
<!--- Jira ticket number (e.g., 123). Delete if there's no ticket. Don't
include full link or project name. -->
Ticket:
CVS-174872
## Checklist:
- [x] Tests have been updated or added to cover the new code <!--- If
the change isn't maintenance related, update the tests at
https://github.com/openvinotoolkit/openvino.genai/tree/master/tests or
explain in the description why the tests don't need an update. -->
- [x] This patch fully addresses the ticket. <!--- If follow-up pull
requests are needed, specify in description. -->
- [x] I have made corresponding changes to the documentation
---------
Signed-off-by: Raasz, Pawel <[email protected]>
Co-authored-by: Copilot <[email protected]>1 parent aed499a commit 71c9269
File tree
2 files changed
+4
-3
lines changed- src/cpp/src
- lora
- speculative_decoding
2 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments