Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Releases: VikParuchuri/texify

Transformers 4.46 fixes

31 Oct 14:57
4f2acb6

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

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

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

Choose a tag to compare

  • Unpin HF hub
  • Remove dev dependencies

0.1.8

02 Jan 18:45
4f96e6d

Choose a tag to compare

  • Make some more settings configurable (for integration with marker)

0.1.7

02 Jan 17:23
6c9f43a

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

Choose a tag to compare

  • Improved model on the backend
  • Improved KaTeX rendering
  • Added usage notes