Skip to content

Commit cb36cb5

Browse files
committed
Replaced SymbolicShapeInference with infer_shapes
Signed-off-by: gcunhase <[email protected]>
1 parent 2c23352 commit cb36cb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modelopt/onnx/quantization/graph_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,6 @@ def find_nodes_from_matmul_to_exclude(
10021002
logger.debug("No MatMul nodes found in the model")
10031003
return []
10041004

1005-
nodes_to_exclude = []
10061005
logger.debug(f"Found {len(matmul_nodes)} MatMul nodes to analyze")
10071006

10081007
if calibration_shapes:

0 commit comments

Comments
 (0)