Skip to content

Commit 3eed4e0

Browse files
Update open-clip-torch requirement
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] <[email protected]>
1 parent bcc0b43 commit 3eed4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ core = [
5454
# NOTE: open-clip-torch throws the following error on v2.26.1
5555
# torch.onnx.errors.UnsupportedOperatorError: Exporting the operator
5656
# 'aten::_native_multi_head_attention' to ONNX opset version 14 is not supported
57-
"open-clip-torch>=2.23.0,<2.26.1",
57+
"open-clip-torch>=2.23.0,<2.30.1",
5858
]
5959
openvino = ["openvino>=2024.0", "nncf>=2.10.0", "onnx>=1.16.0"]
6060
vlm = ["ollama", "openai", "python-dotenv","transformers"]

0 commit comments

Comments
 (0)