Skip to content

Commit

Permalink
build(deps): bump transformers from 4.42.3 to 4.43.4 (#922)
Browse files Browse the repository at this point in the history
Bumps [transformers](https://github.com/huggingface/transformers) from
4.42.3 to 4.43.4.
<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>v4.43.4 Patch Release</h2>
<h1>Patch Release v4.43.4</h1>
<p>There was a mick mack, now deepseep issues are properly pushed
with:</p>
<ul>
<li>Resize embeds with DeepSpeed <a
href="https://redirect.github.com/huggingface/transformers/pull/32214">huggingface/transformers#32214</a></li>
</ul>
<p>🤗 Enjoy holidays</p>
<h2>v4.43.3 Patch deepspeed</h2>
<p>Patch release v4.43.3:
We still saw some bugs so <a
href="https://github.com/zucchini-nlp"><code>@​zucchini-nlp</code></a>
added:
<del>- Resize embeds with DeepSpeed <a
href="https://redirect.github.com/huggingface/transformers/issues/32214">#32214</a></del></p>
<ul>
<li>don't log base model architecture in wandb if log model is false <a
href="https://redirect.github.com/huggingface/transformers/issues/32143">#32143</a></li>
</ul>
<p>Other fixes:</p>
<ul>
<li>[whisper] fix short-form output type <a
href="https://redirect.github.com/huggingface/transformers/issues/32178">#32178</a>,
by <a
href="https://github.com/sanchit-gandhi"><code>@​sanchit-gandhi</code></a>
which fixes the short audio temperature fallback!</li>
<li>[BigBird Pegasus] set _supports_param_buffer_assignment to False <a
href="https://redirect.github.com/huggingface/transformers/issues/32222">#32222</a>
by <a href="https://github.com/kashif"><code>@​kashif</code></a>, mostly
related to the new super fast init, some models have to get this set to
False. If you see a weird behavior look for that 😉</li>
</ul>
<h2>v4.43.2: Patch release</h2>
<ul>
<li>Fix float8_e4m3fn in modeling_utils (<a
href="https://redirect.github.com/huggingface/transformers/issues/32193">#32193</a>)</li>
<li>Fix resize embedding with Deepspeed (<a
href="https://redirect.github.com/huggingface/transformers/issues/32192">#32192</a>)</li>
<li>let's not warn when someone is running a forward (<a
href="https://redirect.github.com/huggingface/transformers/issues/32176">#32176</a>)</li>
<li>RoPE: relaxed rope validation (<a
href="https://redirect.github.com/huggingface/transformers/issues/32182">#32182</a>)</li>
</ul>
<h2>v4.43.1: Patch release</h2>
<ul>
<li>fix (<a
href="https://redirect.github.com/huggingface/transformers/issues/32162">#32162</a>)</li>
</ul>
<h2>Patch release v4.42.4</h2>
<h1>Mostly gemma2 support FA2 softcapping!</h1>
<p>but also fix the sliding window for long context and other typos.</p>
<ul>
<li>[Gemma2] Support FA2 softcapping (<a
href="https://redirect.github.com/huggingface/transformers/issues/31887">#31887</a>)
by <a
href="https://github.com/ArthurZucker"><code>@​ArthurZucker</code></a></li>
<li>[ConvertSlow] make sure the order is preserved for addedtokens (<a
href="https://redirect.github.com/huggingface/transformers/issues/31902">#31902</a>)
by <a
href="https://github.com/ArthurZucker"><code>@​ArthurZucker</code></a></li>
<li>Fixes to alternating SWA layers in Gemma2 (<a
href="https://redirect.github.com/huggingface/transformers/issues/31775">#31775</a>)
by <a
href="https://github.com/turboderp"><code>@​turboderp</code></a></li>
<li>Requires for torch.tensor before casting (<a
href="https://redirect.github.com/huggingface/transformers/issues/31755">#31755</a>)
by <a
href="https://github.com/echarlaix"><code>@​echarlaix</code></a></li>
</ul>
<p>Was off last week could not get this out, thanks all for your
patience 🥳</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/huggingface/transformers/commit/868d36d29ec132deeaaf8571b25b6a1b911d0145"><code>868d36d</code></a>
Patch release v4.43.4</li>
<li><a
href="https://github.com/huggingface/transformers/commit/5cea2e73ef82448ce8a8fbb9fc7b16ac15117b18"><code>5cea2e7</code></a>
Resize embeds with DeepSpeed (<a
href="https://redirect.github.com/huggingface/transformers/issues/32214">#32214</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/47c29ccfaf56947d845971a439cbe75a764b63d7"><code>47c29cc</code></a>
Patch release v4.43.3</li>
<li><a
href="https://github.com/huggingface/transformers/commit/54bc29c1ba7e71fb74dbd3a863e09e2da42b422f"><code>54bc29c</code></a>
don't log base model architecture in wandb if log model is false (<a
href="https://redirect.github.com/huggingface/transformers/issues/32143">#32143</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/cc75146d0edb543a5cca16632b6dd42ae2266429"><code>cc75146</code></a>
[BigBird Pegasus] set _supports_param_buffer_assignment to False (<a
href="https://redirect.github.com/huggingface/transformers/issues/32222">#32222</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/cd06184cc4ee4f437e23ebf552ddd3e1f8e8377d"><code>cd06184</code></a>
[whisper] fix short-form output type (<a
href="https://redirect.github.com/huggingface/transformers/issues/32178">#32178</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/38d94bffa6bee2e72fb1d1d24cb9ef8e001b88d5"><code>38d94bf</code></a>
Patch release</li>
<li><a
href="https://github.com/huggingface/transformers/commit/b4a0442dbd0c4db9be066231323086fbfba89aac"><code>b4a0442</code></a>
Fix float8_e4m3fn in modeling_utils (<a
href="https://redirect.github.com/huggingface/transformers/issues/32193">#32193</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/4672b4d79b30f39c890547b2932be4edda00bf9e"><code>4672b4d</code></a>
Fix resize embedding with Deepspeed (<a
href="https://redirect.github.com/huggingface/transformers/issues/32192">#32192</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/a2b6a001c067993a4883006463ef251873ed77f9"><code>a2b6a00</code></a>
let's not warn when someone is running a forward (<a
href="https://redirect.github.com/huggingface/transformers/issues/32176">#32176</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/huggingface/transformers/compare/v4.42.3...v4.43.4">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.42.3&new-version=4.43.4)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 322889b commit ccb60c3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ccb60c3

Please sign in to comment.