v0.2.15

datalab-to/markerv0.2.15Jun 30, 2024by VikParuchuri

AI Summary

This release adds support for output pagination and enables MPS usage in the convert script. It also resolves several bugs related to RAM settings and file naming.

Key Highlights

  • Added setting to enable output pagination
  • Enabled MPS support in convert.py
  • Fixed bug with inference RAM setting
  • Fixed bug with PDF names containing dots

New Features

  • Output pagination setting

Full Release Notes

- New transformers version introduces a new kwarg in donut models.  Handle this case by ignoring it.
- New transformers version breaks MPS compatibility by using torch .isin to do a comparison.  Handle this by setting the pytorch mps fallback setting.