Skip to content

Commit 0456541

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

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
@@ -962,7 +962,6 @@ def find_nodes_from_matmul_to_exclude(
962962
logger.debug("No MatMul nodes found in the model")
963963
return []
964964

965-
nodes_to_exclude = []
966965
logger.debug(f"Found {len(matmul_nodes)} MatMul nodes to analyze")
967966

968967
if calibration_shapes:

0 commit comments

Comments
 (0)