Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 9, 2021

Bumps transformers from 4.9.1 to 4.11.3.

Release notes

Sourced from transformers's releases.

v4.11.3: Patch release

This patch release fixes a few issues encountered since the release of v4.11.2:

  • [DPR] Correct init (#13796)
  • Fix warning situation: UserWarning: max_length is ignored when padding=True" (#13829)
  • Bart: check if decoder_inputs_embeds is set (#13800)
  • include megatron_gpt2 in installed modules (#13834)
  • Fixing 1-length special tokens cut. (#13862)
  • Fixing empty prompts for text-generation when BOS exists. (#13859)
  • Fixing question-answering with long contexts (#13873)
  • Fixing GPU for token-classification in a better way. (#13856)
  • Fixing Backward compatiblity for zero-shot (#13855)
  • Fix hp search for non sigopt backends (#13897)
  • Fix trainer logging_nan_inf_filter in torch_xla mode #13896 (@​ymwangg)
  • [Trainer] Fix nan-loss condition #13911 (@​anton-l)

v4.11.2: Patch release

Fix the Trainer API on TPU:

v4.11.1: Patch release

Patch release with a few bug fixes:

  • [Wav2Vec2] Better error message (#13777)
  • Fix LayoutLM ONNX test error (#13710)
  • Fix warning for gradient_checkpointing (#13767)
  • Implement len in IterableDatasetShard (#13780)
  • Fix length of IterableDatasetShard and add test (#13792)

v4.11.0: GPT-J, Speech2Text2, FNet, Pipeline GPU utilization, dynamic model code loading

GPT-J

Three new models are released as part of the GPT-J implementation: GPTJModel, GPTJForCausalLM, GPTJForSequenceClassification, in PyTorch.

The GPT-J model was released in the kingoflolz/mesh-transformer-jax repository by Ben Wang and Aran Komatsuzaki. It is a GPT-2-like causal language model trained on the Pile dataset.

It was contributed by @​StellaAthena, @​kurumuz, @​EricHallahan, and @​leogao2.

Compatible checkpoints can be found on the Hub: https://huggingface.co/models?filter=gptj

SpeechEncoderDecoder & Speech2Text2

One new model is released as part of the Speech2Text2 implementation: Speech2Text2ForCausalLM, in PyTorch.

The Speech2Text2 model is used together with Wav2Vec2 for Speech Translation models proposed in Large-Scale Self- and Semi-Supervised Learning for Speech Translation by Changhan Wang, Anne Wu, Juan Pino, Alexei Baevski, Michael Auli, Alexis Conneau.

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 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)

Bumps [transformers](https://github.com/huggingface/transformers) from 4.9.1 to 4.11.3.
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.9.1...v4.11.3)

---
updated-dependencies:
- dependency-name: transformers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 9, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 30, 2021

Superseded by #72.

@dependabot dependabot bot closed this Oct 30, 2021
@dependabot dependabot bot deleted the dependabot/pip/python/requirements/tune/transformers-4.11.3 branch October 30, 2021 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant