allenai / tailor

Apache License 2.0
31 stars 4 forks source link

Update transformers requirement from <=4.4.2 to <4.21.3 #87

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on transformers to permit the latest version.

Release notes

Sourced from transformers's releases.

v4.21.2: Patch release

Fix a regression in the TableQA pipeline: Fix a regression in Trainer checkpoint loading: #18428

Commits
  • b487096 Patch release: v4.21.2
  • c5f7df8 Accept trust_remote_code and ignore it in PreTrainedModel.from_pretrained...
  • f0d4968 Patch release: v4.21.1
  • dea58d6 Fix load of model checkpoints in the Trainer (#18470)
  • a9eee2f Release: v4.21.0
  • 0daa202 Fix sacremoses sof dependency for Transofmers XL
  • 31b3a12 sentencepiece shouldn't be required for the fast LayoutXLM tokenizer
  • 3496ea8 Remove all uses of six (#18318)
  • 9e564d0 fix loading from pretrained for sharded model with `torch_dtype="auto" (#18061)
  • 36f9859 [EncoderDecoder] Improve docs (#18271)
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 2 years ago

Superseded by #89.