Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Fix bug with new transformers versions source code.tar.gz | 2024-06-30 | 828.6 kB | |
Fix bug with new transformers versions source code.zip | 2024-06-30 | 833.9 kB | |
README.md | 2024-06-30 | 233 Bytes | |
Totals: 3 Items | 1.7 MB | 3 |
- 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.