Releases: weaviate/multi2vec-clip-inference
Releases · weaviate/multi2vec-clip-inference
1.5.0
What's Changed
- Add support for facebook MetaClip2 models by @antas-marcin in #48
- Add support for ModernVBERT/modernvbert-embed model by @antas-marcin in #49
- Fix SigLip2 CUDA support by @antas-marcin in #50
- Set use_fast=True in CLIPProcessor by @antas-marcin in #51
- Add support for NVIDIA Jetson devices by @antas-marcin in #52
- Fix ColPali Engine model directory names by @antas-marcin in #53
Full Changelog: 1.4.1...1.5.0
1.4.1
What's Changed
- Fix SigLIP2 image inference response by @antas-marcin in #47
Full Changelog: 1.4.0...1.4.1
1.4.0
1.3.2
What's Changed
- Add support for passing CLIP_MODEL_TYPE to pipelines by @antas-marcin in #44
- Add support for TRUST_REMOTE_CODE setting by @antas-marcin in #45
Full Changelog: 1.3.1...1.3.2
1.3.1 - Added support for SigLIP models
What's Changed
- Update python libs to latest versions by @antas-marcin in #39
- Add support for SigLIP model by @antas-marcin in #40
- Update custom image runner to ubuntu-latest-4-cores by @antas-marcin in #41
Full Changelog: 1.2.7...1.3.1
1.2.6 - Adds buildtarget parameter to Dockerfile to reduce amd64 docker image sizes
What's Changed
- Fix building of amd64 docker image by @antas-marcin in #33
Full Changelog: 1.2.5...1.2.6
1.2.5 - Introduce safe locking
What's Changed
- Modify CI scripts to pipe failed exit codes by @antas-marcin in #28
- Introduce safe locking so that locks will be always released (also in case of failures) by @antas-marcin in #30
- Add a possibility to define CLIP_MODEL_TYPE during download by @antas-marcin in #29
- Modify github actions by @antas-marcin in #31
Full Changelog: 1.2.4...1.2.5
1.2.4 - Fix OpenCLIP CUDA support
1.2.3 - Fix for segmentation fault error
What's Changed
- Fix for segmentation fault error by @antas-marcin in #26
Full Changelog: 1.2.2...1.2.3
1.2.2 - Move to FastAPI's lifecycle method for taking care of model initialization process
What's Changed
- Add multi arch support for custom docker image by @antas-marcin in #24
- Implemented FastAPI's lifecycle method for taking care of model initialization process by @antas-marcin in #25
Full Changelog: 1.2.1...1.2.2