Skip to content

Commit

Permalink
Update transformers requirement from ~=4.38.2 to ~=4.47.1 (#168)
Browse files Browse the repository at this point in the history
Updates the requirements on
[transformers](https://github.com/huggingface/transformers) to permit
the latest version.
<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.47.1</h2>
<h1>Patch release v4.47.1</h1>
<p>We waited a little bit to make sure it was stable, thanks <a
href="https://github.com/winglian"><code>@​winglian</code></a> for
double checking and everyone for the fixes!</p>
<ul>
<li>
<p>Fix GA loss bugs and add unit test (<a
href="https://github.com/your-repo/pull/35121">#35121</a>)
Contributed by <a
href="https://github.com/techkang"><code>@​techkang</code></a> and <a
href="https://github.com/ArthurZucker"><code>@​ArthurZucker</code></a>.</p>
</li>
<li>
<p>Fix num_items_in_batch not being an integer (<a
href="https://github.com/your-repo/pull/35115">#35115</a>)
Contributed by <a
href="https://github.com/xspirus"><code>@​xspirus</code></a>.</p>
</li>
<li>
<p>Fix FSDP no longer working (<a
href="https://github.com/your-repo/pull/35212">#35212</a>)
Contributed by <a
href="https://github.com/muellerzr"><code>@​muellerzr</code></a>.</p>
</li>
<li>
<p>Don't use no_sync when DeepSpeed doesn't support it for certain ZeRO
configurations (<a
href="https://github.com/your-repo/pull/35212">#35212</a>)
Contributed by <a
href="https://github.com/winglian"><code>@​winglian</code></a>.</p>
</li>
<li>
<p>Only import torch.distributed if it is available (<a
href="https://github.com/your-repo/pull/35133">#35133</a>)
Contributed by <a
href="https://github.com/GaetanLepage"><code>@​GaetanLepage</code></a>.</p>
</li>
<li>
<p>[Whisper] Patch float type on MPS (<a
href="https://github.com/your-repo/pull/35295">#35295</a>)
Contributed by <a
href="https://github.com/eustlb"><code>@​eustlb</code></a>. 🔜 we should
probably have MPS CIs to avoid repeating this!</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/huggingface/transformers/commit/241c04d36867259cdf11dbb4e9d9a60f9cb65ebc"><code>241c04d</code></a>
[Whisper] patch float type on mps (<a
href="https://redirect.github.com/huggingface/transformers/issues/35295">#35295</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/1b6cb1eefc140ea2dbd74e23389050ebcb7f417d"><code>1b6cb1e</code></a>
don't use no_sync when deepspeed doesn't support it for certain zero
stages (...</li>
<li><a
href="https://github.com/huggingface/transformers/commit/b1d5d6dd65220b50e7ae2c086a4580e8a97d91ad"><code>b1d5d6d</code></a>
Fix FSDP no longer working (<a
href="https://redirect.github.com/huggingface/transformers/issues/35212">#35212</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/bf5d7c3fa37b6fa530642887a4d8f8548fd2db2c"><code>bf5d7c3</code></a>
Only import torch.distributed if it is available (<a
href="https://redirect.github.com/huggingface/transformers/issues/35133">#35133</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/49952300bba277173893d3c79afa0ac070b1b620"><code>4995230</code></a>
v4.47.1</li>
<li><a
href="https://github.com/huggingface/transformers/commit/d5ccfcc39ace7264a57f8a8c89bb95852e64a2d3"><code>d5ccfcc</code></a>
Fix <code>num_items_in_batch</code> not being an integer (<a
href="https://redirect.github.com/huggingface/transformers/issues/35115">#35115</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/0485b6e881774c6f3cc992dc50319452c76b9f1f"><code>0485b6e</code></a>
Fix GA loss bugs and add unit test (<a
href="https://redirect.github.com/huggingface/transformers/issues/35121">#35121</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/5d7739f15a6e50de416977fe2cc9cb516d67edda"><code>5d7739f</code></a>
Release: v4.47.0</li>
<li><a
href="https://github.com/huggingface/transformers/commit/a5bb52847139bf6ad7489ac62a5fb6d0fa3d2ec6"><code>a5bb528</code></a>
Fix signatures for processing kwargs (<a
href="https://redirect.github.com/huggingface/transformers/issues/35105">#35105</a>)</li>
<li><a
href="https://github.com/huggingface/transformers/commit/e27465c8011998c051403b22b7ccceca15de37db"><code>e27465c</code></a>
Adaptive dynamic number of speculative tokens (<a
href="https://redirect.github.com/huggingface/transformers/issues/34156">#34156</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/huggingface/transformers/compare/v4.38.2...v4.47.1">compare
view</a></li>
</ul>
</details>
<br />


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>
  • Loading branch information
DefinetlyNotAI authored Dec 18, 2024
2 parents 737a90d + beadb82 commit 9089d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plotly~=5.24.1
seaborn~=0.13.2
torchviz~=0.0.3
tqdm~=4.66.6
transformers~=4.38.2
transformers~=4.47.1
requests~=2.32.3
psutil~=6.1.0
DateTime~=5.5
Expand Down

0 comments on commit 9089d66

Please sign in to comment.