Issue originating from pytorch-quantized model where the scales and zero points are passed as inputs rather than being embedded in the model as literals.
MXR for small problematic block can be found in nas at: /migraphx/models/torch_exports/distilgpt2_block_torch.mxr
Issue originating from pytorch-quantized model where the scales and zero points are passed as inputs rather than being embedded in the model as literals.
MXR for small problematic block can be found in nas at:
/migraphx/models/torch_exports/distilgpt2_block_torch.mxr
to reproduce use:
migraphx-driver verify distilgpt2_block_torch.mxr --fill1 arg0_1 --fill0 arg4_1 --fill0 arg10_1 --fill0 arg12_1 --fill0 arg14_1
This verification only fails after #3362