Skip to content

Fix bug with new transformers versions

Compare
Choose a tag to compare
@VikParuchuri VikParuchuri released this 30 Jun 14:32
· 4 commits to master since this release
2ddc278
  • Newer transformers version add a new kwarg to the embeddings. This now supports that kwarg.
  • Newer transformers use .isin, which is not supported on MPS, for a very simple comparison. Fixed this by enabling MPS fallback to CPU.