This release introduces a lot of new, user-facing changes. Therefore, we should perform some manual-quality checks. For each change one should: - [ ] Read the documentation and verify if it's correct and clear - [ ] Build basic applications with a given feature - [ ] Try to break it! Ideally, the change you're testing should NOT be the one you were developing. List of changes to test: - [x] Instance Segmentation (#825) — new API, needs end-to-end testing @msluszniak - [x] Selfie Segmentation (#720) — new model, test segmentation output quality @barhanc - [x] RF-DETR object detection (#797) — new model via the generic OD interface @barhanc - [x] LFM2.5-VL-1.6B VLM (#813) — vision language model, test image+prompt inputs @barhanc - [x] LFM2.5-1.2B-Instruct LLM (#812) — text-only liquid model - @NorbertKlockiewicz - [x] Semantic segmentation (torchvision models) (#799) @msluszniak - [x] Bare RN (#759) - @chmjkb - [x] Factory flow (#937) - @NorbertKlockiewicz
This release introduces a lot of new, user-facing changes. Therefore, we should perform some manual-quality checks. For each change one should:
Ideally, the change you're testing should NOT be the one you were developing.
List of changes to test:
LFM2.5-VL-1.6B#813) — vision language model, test image+prompt inputs @barhancLiquidAI/LFM2.5-1.2B-Instruct#812) — text-only liquid model - @NorbertKlockiewicz