You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected ORTOptimizer to optimize the model for GPU(sanitize onnx nodes, fold constants, move subgraphs to GPU) but instead it fails with the error: "incomplete symbolic shape inference"
The text was updated successfully, but these errors were encountered:
System Info
NVIDIA Docker container for Pytorch nvcr.io/nvidia/pytorch:22.10-py3 R9 5900X, RTX A6000, Docker Host is Ubuntu 22.04
Who can help?
@lewtun
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
test_optimum.txt
Expected behavior
I expected ORTOptimizer to optimize the model for GPU(sanitize onnx nodes, fold constants, move subgraphs to GPU) but instead it fails with the error: "incomplete symbolic shape inference"
The text was updated successfully, but these errors were encountered: