v0.23.1
arkohut/pensievev0.23.1Dec 3, 2024by github-actions[bot]
AI Summary
This patch release fixes critical decoding issues in the Vision Language Model (VLM) and Optical Character Recognition (OCR) components to ensure tokens are handled correctly.
Key Highlights
- Fixed VLM token decoding issue.
- Fixed OCR token decoding issue.
- First contribution from new contributor @xiyuan-lee.
Full Release Notes
## What's Changed * BUG: The vlm token should be decoded. by @xiyuan-lee in https://github.com/arkohut/pensieve/pull/39 * fix(ocr): the ocr token should be decoded by @xiyuan-lee in https://github.com/arkohut/pensieve/pull/43 ## New Contributors * @xiyuan-lee made their first contribution in https://github.com/arkohut/pensieve/pull/39 **Full Changelog**: https://github.com/arkohut/pensieve/compare/v0.23.0...v0.23.1