Eman-Su
Eman-Su
Hello, I'm trying to install aimet. I created a virtual environment with python 3.8. However, during installation, when I run this command: `python3 -m pip install https://github.com/quic/aimet/releases/download/1.31.0/aimet_torch-torch_gpu_1.31.0-cp38-cp38-linux_x86_64.whl -f https://download.pytorch.org/whl/torch_stable.html` I...
Hello, I'm trying to quantize a transformer model using AutoQuant. When I ran the following command: `model, optimized_accuracy, encoding_path = auto_quant.optimize(allowed_accuracy_drop=0.01)` I got the following: `-------------------------------------------------------------------------- KeyError Traceback (most recent...