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

Ported several PRs from master to 2023.3 LTS #22843

Merged

Conversation

@ilya-lavrenov ilya-lavrenov added this to the 2023.3 milestone Feb 14, 2024
@ilya-lavrenov ilya-lavrenov requested review from a team as code owners February 14, 2024 20:47
@github-actions github-actions bot added category: CPU OpenVINO CPU plugin category: Python API OpenVINO Python bindings category: CI OpenVINO public CI category: dependency_changes Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 14, 2024
akashchi and others added 5 commits February 15, 2024 04:53
…Python action (openvinotoolkit#22606)

* preconfigure tzdata and gpg

* mv to all linux
…notoolkit#22734)

### Details:
- Add missing flag propagation in containers dispatchers for memory
sharing scenarios.
- Expected boost in cases of already aligned memory storages with
`__array__` interface, i.e. PyTorch tensors.
 - Added testcases.
 
### Tickets:
 - *132092*
### Details:
 - Avoid memory copying during `ov::Constant` creation
 - Important for very big inputs like in vLLM case
 - *item1*
 - *...*

 - *ticket-id*
…lkit#22827)

Bumps
[awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action)
from 1.3.1 to 1.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/awalsh128/cache-apt-pkgs-action/releases">awalsh128/cache-apt-pkgs-action's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.0</h2>
<h2>What's Changed</h2>
<ul>
<li>First version of a Golang version for APT package querying. (<a
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/118">#118</a>)
by <a href="https://github.com/awalsh128"><code>@​awalsh128</code></a>
in <a
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/119">awalsh128/cache-apt-pkgs-action#119</a></li>
<li>Bump actions/cache/restore to v4 by <a
href="https://github.com/dpprdan"><code>@​dpprdan</code></a> in <a
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/120">awalsh128/cache-apt-pkgs-action#120</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dpprdan"><code>@​dpprdan</code></a> made
their first contribution in <a
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/pull/120">awalsh128/cache-apt-pkgs-action#120</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.3.1...v1.4.0">https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.3.1...v1.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/a9d925863b6a0e7a454c46a68a3f33ac551ef2e8"><code>a9d9258</code></a>
Bump global version of cache.</li>
<li><a
href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/5c74a020dc223900a5a839e8bef8cafc111efbc8"><code>5c74a02</code></a>
Bump actions/cache/restore to v4 (<a
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/120">#120</a>)</li>
<li><a
href="https://github.com/awalsh128/cache-apt-pkgs-action/commit/6460a33c29e99ddc3c9f61ebd04653105b260906"><code>6460a33</code></a>
First version of a Golang version for APT package querying. (<a
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/118">#118</a>)
(<a
href="https://redirect.github.com/awalsh128/cache-apt-pkgs-action/issues/119">#119</a>)</li>
<li>See full diff in <a
href="https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.3.1...v1.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=awalsh128/cache-apt-pkgs-action&package-manager=github_actions&previous-version=1.3.1&new-version=1.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@ilya-lavrenov ilya-lavrenov enabled auto-merge (squash) February 15, 2024 06:52
@ilya-lavrenov ilya-lavrenov merged commit c17db59 into openvinotoolkit:releases/2023/3 Feb 15, 2024
103 checks passed
@ilya-lavrenov ilya-lavrenov deleted the port-2023.3 branch February 15, 2024 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CI OpenVINO public CI category: CPU OpenVINO CPU plugin category: dependency_changes Pull requests that update a dependency file category: Python API OpenVINO Python bindings github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants