Skip to content

Releases: VikParuchuri/texify

Transformers 4.46 fixes

31 Oct 14:57
4f2acb6
Compare
Choose a tag to compare
  • Fix warning with transformers 4.46
  • Remove benchmark.py from package

Python 3.13 compatibility

15 Oct 19:35
a8c1ece
Compare
Choose a tag to compare
  • 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

30 Jun 14:32
2ddc278
Compare
Choose a tag to compare
  • 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

17 May 18:13
81b1bde
Compare
Choose a tag to compare
  • Unpin HF hub
  • Remove dev dependencies

0.1.8

02 Jan 18:45
4f96e6d
Compare
Choose a tag to compare
  • Make some more settings configurable (for integration with marker)

0.1.7

02 Jan 17:23
6c9f43a
Compare
Choose a tag to compare
  • 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

23 Dec 22:36
fdc40d2
Compare
Choose a tag to compare
  • Improved model on the backend
  • Improved KaTeX rendering
  • Added usage notes