Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-23 | 1.6 kB | |
v3.0.0 source code.tar.gz | 2025-07-23 | 11.1 MB | |
v3.0.0 source code.zip | 2025-07-23 | 11.2 MB | |
Totals: 3 Items | 22.3 MB | 7 |
What's Changed
- Initial work on adding local-dir: schema for model & tokenizer loading from local folder by @rwightman in https://github.com/mlfoundations/open_clip/pull/1069
- Add --force-context-length argument by @rwightman in https://github.com/mlfoundations/open_clip/pull/1080
- fix CustomTextCLIP.no_weight_decay by @thelaao in https://github.com/mlfoundations/open_clip/pull/1082
- Fix an issue where CustomText models not gettin proper pos embed interpolation by @rwightman in https://github.com/mlfoundations/open_clip/pull/1085
- Removing redundent checks by @shreyaskamathkm in https://github.com/mlfoundations/open_clip/pull/1096
- PE Core by @rwightman in https://github.com/mlfoundations/open_clip/pull/1097
- Alternative tokenizer support for CLIPS by @rwightman in https://github.com/mlfoundations/open_clip/pull/1081
- Wire up custom attention block via config by @rwightman in https://github.com/mlfoundations/open_clip/pull/1086
- An alternative text masking helper fn by @rwightman in https://github.com/mlfoundations/open_clip/pull/1084
- Update min reqs, test on python 3.10 by @rwightman in https://github.com/mlfoundations/open_clip/pull/1098
- Resize timm image encoders by @rwightman in https://github.com/mlfoundations/open_clip/pull/1099
New Contributors
- @thelaao made their first contribution in https://github.com/mlfoundations/open_clip/pull/1082
- @shreyaskamathkm made their first contribution in https://github.com/mlfoundations/open_clip/pull/1096
Full Changelog: https://github.com/mlfoundations/open_clip/compare/v2.32.0...v3.0.0