We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c01cd commit 0f7ac4dCopy full SHA for 0f7ac4d
pyproject.toml
@@ -53,7 +53,7 @@ core = [
53
# NOTE: open-clip-torch throws the following error on v2.26.1
54
# torch.onnx.errors.UnsupportedOperatorError: Exporting the operator
55
# 'aten::_native_multi_head_attention' to ONNX opset version 14 is not supported
56
- "open-clip-torch>=2.23.0,<2.26.2",
+ "open-clip-torch>=2.23.0,<2.26.1",
57
]
58
openvino = ["openvino>=2024.0", "nncf>=2.10.0", "onnx>=1.16.0"]
59
loggers = [
0 commit comments