build(deps): bump transformers from 4.36.0 to 4.36.1 (#454)

Bumps [transformers](https://github.com/huggingface/transformers) from
4.36.0 to 4.36.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/huggingface/transformers/releases">transformers's
releases</a>.</em></p>
<blockquote>
<h2>Patch release: v4.36.1</h2>
<p>A patch release for critical torch issues mostly:</p>
<ul>
<li>Fix SDPA correctness following torch==2.1.2 regression <a
href="https://redirect.github.com/huggingface/transformers/issues/27973">#27973</a></li>
<li>[Tokenizer Serialization] Fix the broken serialisation <a
href="https://redirect.github.com/huggingface/transformers/issues/27099">#27099</a></li>
<li>Fix bug with rotating checkpoints <a
href="https://redirect.github.com/huggingface/transformers/issues/28009">#28009</a></li>
<li>Hot-fix-mixstral-loss (<a
href="https://redirect.github.com/huggingface/transformers/pull/27948">#27948</a>)</li>
</ul>
<p>🔥</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c48787f347"><code>c48787f</code></a>
fix seamless import</li>
<li><a
href="bd6541006b"><code>bd65410</code></a>
Release: v4.36.1</li>
<li><a
href="6342b9bd20"><code>6342b9b</code></a>
Fix bug with rotating checkpoints (<a
href="https://redirect.github.com/huggingface/transformers/issues/28009">#28009</a>)</li>
<li><a
href="5b7d5bd290"><code>5b7d5bd</code></a>
Fix SDPA correctness following torch==2.1.2 regression (<a
href="https://redirect.github.com/huggingface/transformers/issues/27973">#27973</a>)</li>
<li><a
href="6c3c0dc72a"><code>6c3c0dc</code></a>
Hot-fix-mixstral-loss (<a
href="https://redirect.github.com/huggingface/transformers/issues/27948">#27948</a>)</li>
<li><a
href="a5ee6f06f1"><code>a5ee6f0</code></a>
[<code>Tokenizer Serialization</code>] Fix the broken serialisation (<a
href="https://redirect.github.com/huggingface/transformers/issues/27099">#27099</a>)</li>
<li>See full diff in <a
href="https://github.com/huggingface/transformers/compare/v4.36.0...v4.36.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=transformers&package-manager=pip&previous-version=4.36.0&new-version=4.36.1)](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>
This commit is contained in:
github-actions[bot] 2023-12-14 17:10:27 +01:00 committed by GitHub
commit b1ca35c53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
poetry.lock generated
View File

@ -6980,13 +6980,13 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.6.0)", "pre-commit", "pytest (>=7.0,
[[package]]
name = "transformers"
version = "4.36.0"
version = "4.36.1"
description = "State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow"
optional = false
python-versions = ">=3.8.0"
files = [
{file = "transformers-4.36.0-py3-none-any.whl", hash = "sha256:e5a9d9424bcbc5008782ddd79ecbc3a50991e168cc730a14c4c89e80c61f419d"},
{file = "transformers-4.36.0.tar.gz", hash = "sha256:64e120d252db4bdcd355288d19e857dac9d89886f9d0ac20244cb9af3142bb50"},
{file = "transformers-4.36.1-py3-none-any.whl", hash = "sha256:0e309d03634885f02d46801ec4f2c3fc1d614a5b9ebde608181f3e842bac53b8"},
{file = "transformers-4.36.1.tar.gz", hash = "sha256:28e55952d9bed68f06cf45a3d29cc480679b528afe944e68f8cf6c799e428759"},
]
[package.dependencies]