Skip to content

Commit

Permalink
Bump optimum[openvino] from 1.21.4 to 1.22.0 (#869)
Browse files Browse the repository at this point in the history
Bumps [optimum[openvino]](https://github.com/huggingface/optimum) from
1.21.4 to 1.22.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/huggingface/optimum/commit/2112e99122d7f23a1da1a9d263fef64301050ea7"><code>2112e99</code></a>
Release: v1.22.0</li>
<li><a
href="https://github.com/huggingface/optimum/commit/e604af32fcd054cdeafcfb5553d02e92e0787fd3"><code>e604af3</code></a>
Add quanto install and instructions (<a
href="https://redirect.github.com/huggingface/optimum/issues/1976">#1976</a>)</li>
<li><a
href="https://github.com/huggingface/optimum/commit/2335ec258132881c8b56fcfb27ad2bd5d09367b6"><code>2335ec2</code></a>
update transformers imports for <code>deepspeed</code> and
<code>is_torch_xla_available</code> (<a
href="https://redirect.github.com/huggingface/optimum/issues/2012">#2012</a>)</li>
<li><a
href="https://github.com/huggingface/optimum/commit/29f23f1fa9dbcb148718ff852a60a495a87471ad"><code>29f23f1</code></a>
Apply deprecated <code>evaluation_strategy</code> (<a
href="https://redirect.github.com/huggingface/optimum/issues/1819">#1819</a>)</li>
<li><a
href="https://github.com/huggingface/optimum/commit/c0d9111775709aac6f1451e59911abe36b4b6c37"><code>c0d9111</code></a>
Fix typo in BetterTransformer's overview docs (<a
href="https://redirect.github.com/huggingface/optimum/issues/2015">#2015</a>)</li>
<li><a
href="https://github.com/huggingface/optimum/commit/1de4e2522ddf40ba449296877fe6de44a7650f0c"><code>1de4e25</code></a>
fix attribute name from <code>inputs_names</code> to
<code>input_names</code> (<a
href="https://redirect.github.com/huggingface/optimum/issues/2010">#2010</a>)</li>
<li><a
href="https://github.com/huggingface/optimum/commit/8cb6832a2797f54ec1221ff5014a81d961016b6b"><code>8cb6832</code></a>
Fix TFLite tests (<a
href="https://redirect.github.com/huggingface/optimum/issues/2007">#2007</a>)</li>
<li><a
href="https://github.com/huggingface/optimum/commit/bb46ebea547a2545c33c36f77067406f687187b8"><code>bb46ebe</code></a>
Modify token classification processor default dataset args (<a
href="https://redirect.github.com/huggingface/optimum/issues/2005">#2005</a>)</li>
<li><a
href="https://github.com/huggingface/optimum/commit/ad98dc944be4308f405ab34e78fa85b16c7d3709"><code>ad98dc9</code></a>
Modify Parallelization Strategy to Make it More General (<a
href="https://redirect.github.com/huggingface/optimum/issues/1988">#1988</a>)</li>
<li><a
href="https://github.com/huggingface/optimum/commit/7cc57e40f84e00f8ebc2849da303e40575fb23b4"><code>7cc57e4</code></a>
Transformers 4.44 support (<a
href="https://redirect.github.com/huggingface/optimum/issues/1996">#1996</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/huggingface/optimum/compare/v1.21.4...v1.22.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=optimum[openvino]&package-manager=pip&previous-version=1.21.4&new-version=1.22.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>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 1f8adb5 commit 904006f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cpu
optimum[openvino]==1.21.4
optimum[openvino]==1.22.0
einops==0.8.0 # For Qwen
transformers_stream_generator==0.0.5 # For Qwen

0 comments on commit 904006f

Please sign in to comment.