We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zeros op is binded as global_var and passed as input params to tvmgen_default_forge_main. def @main(%pixel_values: Tensor[(1, 3, 427, 640), float32] /* ty=Tensor[(1, 3, 427, 640), float32] span=aten::size_0.pixel_values:0:0 */, %model.query_position_embeddings.weight: %0 = zeros(shape=[1, 100, 256], dtype="float32") /* ty=Tensor[(1, 100, 256), float32] span=C.graph: aten::zeros_like, jit._trace.TopLevelTracedModule: %1 = @tvmgen_default_forge_main_0(%0, %model.query_position_embeddings.weight, %model.decoder.layers.0.
def @main(%pixel_values: Tensor[(1, 3, 427, 640), float32] /* ty=Tensor[(1, 3, 427, 640), float32] span=aten::size_0.pixel_values:0:0 */, %model.query_position_embeddings.weight: %0 = zeros(shape=[1, 100, 256], dtype="float32") /* ty=Tensor[(1, 100, 256), float32] span=C.graph: aten::zeros_like, jit._trace.TopLevelTracedModule: %1 = @tvmgen_default_forge_main_0(%0, %model.query_position_embeddings.weight, %model.decoder.layers.0.
As a result of this, model is facing AttributeError: <class 'tvm.ir.op.Op'> has no attribute name_hint
AttributeError: <class 'tvm.ir.op.Op'> has no attribute name_hint
Repro steps will be added soon.
The text was updated successfully, but these errors were encountered:
meenakshiramanathan1
No branches or pull requests
zeros op is binded as global_var and passed as input params to tvmgen_default_forge_main.
def @main(%pixel_values: Tensor[(1, 3, 427, 640), float32] /* ty=Tensor[(1, 3, 427, 640), float32] span=aten::size_0.pixel_values:0:0 */, %model.query_position_embeddings.weight: %0 = zeros(shape=[1, 100, 256], dtype="float32") /* ty=Tensor[(1, 100, 256), float32] span=C.graph: aten::zeros_like, jit._trace.TopLevelTracedModule: %1 = @tvmgen_default_forge_main_0(%0, %model.query_position_embeddings.weight, %model.decoder.layers.0.
As a result of this, model is facing
AttributeError: <class 'tvm.ir.op.Op'> has no attribute name_hint
Repro steps will be added soon.
The text was updated successfully, but these errors were encountered: