Issue Description:
When I run python -m Examples.torch.quantize, I get the following error:
RuntimeError: Failed to run QuantizeDequantize since quantization parameters are not initialized. Please initialize the quantization parameters using compute_encodings().
After I call compute_encodings() before _prefill_inputs, the problem disappears.
Is this a bug?
Issue Description:
When I run python -m Examples.torch.quantize, I get the following error:
RuntimeError: Failed to run QuantizeDequantize since quantization parameters are not initialized. Please initialize the quantization parameters usingcompute_encodings().After I call
compute_encodings()before_prefill_inputs, the problem disappears.Is this a bug?