We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, using the following combination of dependencies
RUN pip3 install onnx==1.12.0 onnxruntime==1.12.0 protobuf==3.20.1 numpy==1.22.4
results in a lot of successful tests...
= 102 failed, 979 passed, 1081 deselected, 1474 warnings in 154.80s (0:02:34) ==
I wonder what the further reasonable proceeding would be?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
using the following combination of dependencies
RUN pip3 install
onnx==1.12.0
onnxruntime==1.12.0
protobuf==3.20.1
numpy==1.22.4
results in a lot of successful tests...
= 102 failed, 979 passed, 1081 deselected, 1474 warnings in 154.80s (0:02:34) ==
I wonder what the further reasonable proceeding would be?
The text was updated successfully, but these errors were encountered: