Releases: VikParuchuri/texify
Releases · VikParuchuri/texify
Transformers 4.46 fixes
- Fix warning with transformers 4.46
- Remove benchmark.py from package
Python 3.13 compatibility
- Update dependencies
- Drop python 3.9 support
- Add python 3.13 support
- Minor fixes for compatibility with newer transformers versions
Fix bug with new transformers versions
- 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.
Update dependencies
- Unpin HF hub
- Remove dev dependencies
0.1.8
- Make some more settings configurable (for integration with marker)
0.1.7
- Add python 3.9 compatibility
- Fix image resizing problem that resulted in incorrect bounding boxes
- Add in KaTeX compatibility output mode
- New model checkpoint with higher benchmark scores
0.1.6
- Improved model on the backend
- Improved KaTeX rendering
- Added usage notes