Skip to content

Fix transformers bugs

Compare
Choose a tag to compare
@VikParuchuri VikParuchuri released this 30 Jun 15:20
· 14 commits to master since this release
0f792b5
  • New transformers version introduces a new kwarg in donut models. Handle this case by ignoring it.
  • New transformers version breaks MPS compatibility by using torch .isin to do a comparison. Handle this by setting the pytorch mps fallback setting.