v0.7.2 #59
Crivella
announced in
Announcements
v0.7.2
#59
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
0.7.2
Breaking changes
staka/fugumt-...models has been removed as it is not working with the newer dependencies.4.48.0/0.20.2as tokenizers does not support python 3.13 before https://github.com/huggingface/tokenizers/releases/tag/v0.20.2
Major Changes
python: support for>=3.10, <=3.11extended to>=3.10(will test3.14once it is out with all its prebuilt packages in PyPI)CUDA: from11.8updated to12.8(allow usingsm_120GPUs like the RTX 5000 series)torch: from2.2.1updated to2.8.0easyocr: from1.7.1updated to1.7.2paddleocr: from2.8.1updated to3.2.0Different models and much ampler set of languages supported
AUTO_CREATE_LANGUAGES- Languages are now created once at first initialization if missingFor now the languages have never changed across versions so it was never needed to recreate/updated them.
AUTOCREATE_MODELS- Models are now synchronized with the available entrypoints at every server startRemoved models will be deactivated, and present models will be updated/created.
OCT_LOGFILE-[true/false/path]. If true, a logfile named$OCT_BASE_DIR/ocr_translate.logwill be created. If a path is provided, that will be used instead.run_server.pymoved inside the package to improve testing and modularity (the script will appear much smaller in the release)environment.
Fixes
New Contributors
Full Changelog: v0.6.3...v0.7.2
This discussion was created from the release v0.7.2.
Beta Was this translation helpful? Give feedback.
All reactions