File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ def call(self, graph_module: GraphModule):
278278 not isinstance (s , int ) for s in concrete_stride
279279 ):
280280 raise RuntimeError (
281- f"Cannot evalute the shape upper bound of a dynamic-shaped tensor to a concrete bounded integer. Got tensor spec: { spec } ."
281+ f"Cannot evaluate the shape upper bound of a dynamic-shaped tensor to a concrete bounded integer. Got tensor spec: { spec } ."
282282 f"The upper bound shape we get { concrete_shape } , the upper bound stride we get { concrete_stride } "
283283 "This tensor could either be from 1. a data-dependent operation such as nonzero. Or 2. an input, whose don't have a constraint for the upper bound."
284284 "Please use export's constrain_as_size() or constrain_as_value() apis and set a concrete upper bound to resolve this."
You can’t perform that action at this time.
0 commit comments