Skip to content

Commit

Permalink
Update open-clip-torch requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [open-clip-torch](https://github.com/mlfoundations/open_clip) to permit the latest version.
- [Release notes](https://github.com/mlfoundations/open_clip/releases)
- [Changelog](https://github.com/mlfoundations/open_clip/blob/main/HISTORY.md)
- [Commits](mlfoundations/open_clip@v2.23.0...v2.30.0)

---
updated-dependencies:
- dependency-name: open-clip-torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 084331d commit 38bd914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ core = [
# NOTE: open-clip-torch throws the following error on v2.26.1
# torch.onnx.errors.UnsupportedOperatorError: Exporting the operator
# 'aten::_native_multi_head_attention' to ONNX opset version 14 is not supported
"open-clip-torch>=2.23.0,<2.26.1",
"open-clip-torch>=2.23.0,<2.30.1",
]
openvino = ["openvino>=2024.0", "nncf>=2.10.0", "onnx>=1.16.0"]
vlm = ["ollama<0.4.0", "openai", "python-dotenv","transformers"]
Expand Down

0 comments on commit 38bd914

Please sign in to comment.