Skip to content

Commit a2d2d4a

Browse files
committed
Symbol use in optimum: fix misprint
1 parent f34bd61 commit a2d2d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optimum/exporters/openvino/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _get_input_info(
102102
symbol = name_to_symbol[dim_name]
103103
else:
104104
symbol = Symbol()
105-
name_to_symbol[name] = symbol
105+
name_to_symbol[dim_name] = symbol
106106
dim = Dimension(-1)
107107
dim.set_symbol(symbol)
108108
shape[idx] = dim

0 commit comments

Comments
 (0)