mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-10-15 19:09:58 +02:00
📝 changelog
This commit is contained in:
parent
8299e7009a
commit
2febf53479
1 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,10 @@ Versioned according to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
Fixed:
|
||||||
|
|
||||||
|
* Prevent OOM GPU error by avoiding loading the `region_fl` model, #199
|
||||||
|
|
||||||
## [0.6.0rc1] - 2025-10-10
|
## [0.6.0rc1] - 2025-10-10
|
||||||
|
|
||||||
Fixed:
|
Fixed:
|
||||||
|
@ -21,8 +25,7 @@ Fixed:
|
||||||
* Dockerfile: fix CUDA installation (cuDNN contested between Torch and TF due to extra OCR)
|
* Dockerfile: fix CUDA installation (cuDNN contested between Torch and TF due to extra OCR)
|
||||||
* OCR: re-instate missing methods and fix `utils_ocr` function calls
|
* OCR: re-instate missing methods and fix `utils_ocr` function calls
|
||||||
* mbreorder/enhancement CLIs: missing imports
|
* mbreorder/enhancement CLIs: missing imports
|
||||||
* :fire: writer: `SeparatorRegion` needs `SeparatorRegionType` (not `ImageRegionType`)
|
* :fire: writer: `SeparatorRegion` needs `SeparatorRegionType` (not `ImageRegionType`), f458e3e
|
||||||
f458e3e
|
|
||||||
* tests: switch from `pytest-subtests` to `parametrize` so we can use `pytest-isolate`
|
* tests: switch from `pytest-subtests` to `parametrize` so we can use `pytest-isolate`
|
||||||
(so CUDA memory gets freed between tests if running on GPU)
|
(so CUDA memory gets freed between tests if running on GPU)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue